The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi.
I want to create a dashboard that shows Features in progress and the issues linked to each feature.
Please assist
Hi @Grace Hope , how do you want this info to appear? Also, what defines a Feature in your instance? Do you have an Issuetype called Feature or are you using Epic for this or something else?
To get us started here, let's assume you have an Issuetype of Feature and you wish to have a dashboard display two filtered lists. One for Features and one for issues linked to those features. Now, there is one thing that needs to be said here - you will not be able to achieve the second list (OOTB) without taking special steps when linking an issue to a feature. For example, add a label to the linked issues. This label can then be used to identify those issues in a JQL. If that is an acceptable process the the following might serve to meet your goal.
Filter List 1 (Features)...
project = abc and type = feature and resolution is empty
Filter List 2 (Links to Features)...
project = abc and labels = "feature-link" and resolution is empty
Of course the exact solution (JQLs) will vary to meet your precise needs. If ther are more details and restrictions to your situation please share.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.