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
Hi,
I am trying to create a report to show the number of sub-tasks resolved in every of previous sprints by users.
I have confirmed for User A, he has resolved 10 sub-tasks in Sprint X. However, in the report I created, the measure - "Sub-task resolved" is empty.
I have this User A in the row, and Sprint X in the column.
Can anyone help what it's happening? The "hours spent" do have numbers which seem to be correct.
Thank you!
Hi Chris,
I would check that those subtasks have the resolution set. If it's not set, even when it's done in a sprint, the subtasks won't count as resolved.
Regards
Hi Chris
The suggestion by Fabian is one point of interest. The other is the sub-task parent. Sub-tasks are not added to Sprints on their own. Instead, they move around together with their parent. Was the sub-task parent resolved within the scope of the Sprint?
Suppose it was resolved after completion of the Sprint. In that case, the sub-tasks, together with the parent, could be found under the Sprint dimension "(no sprint)" member or in another Sprint, if moved.
I recommend using the Sprint scope measures instead. For example, try the measure "Sprint issues completed". Suppose you want to see only sub-tasks. In that case, you can add the Issue Type dimension to the report pages and select "Sub-task".
Another option is creating a calculated measure with the formula below:
(
[Measures].[Sprint issues completed],
[Issue Type].[Sub-task]
)
See more details on Sprint scope measures on the eazyBI documentation page - https://docs.eazybi.com/eazybi/data-import/data-from-jira/jira-software-custom-fields#JiraSoftwarecustomfields-Sprintscopemeasures . On the same documentation page, you can find how other measures work with Sprints.
Best,
Roberts // support@eazybi.com
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.