You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello community,
I would like to create a dashboard that focusses on the issues of an active sprint.
We currently have stories with and without subtasks and I would like to see how we progress with these.
Example:
In an active sprint we have several stories that include sub-tasks for Analysis, Design, Development and Test.
I would like to have a dashboard that from one angle shows how many stories are in the respective status and from the second angle show e.g. in which status the sub-tasks "Development" have reached, but only for the active sprint.
Can someone point me in the right direction, please?
BR
You can try two dimensional filter from built-ins Jira gadgets with a JQL query - sprint in openSprints() and issuetype = sub-task
Or alternatively try a custom gadget that I have developed with the same JQL query for a more convenient gadget - https://marketplace.atlassian.com/apps/1219429/status-progress-report-gadget-for-jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.