My case:
- I create a story with multiple sub-taks.
- Each sub-task has an original estimation. The cummul of the time of each sub-task is visible in my sprint overview on Story-level. This is okay.
But when I want to capture data via "search issue", the column "original estimate", "remaining estimate" and "time spent" remains empty on Story-level. The time is only visible per each sub-task individually. I don't need the whole details of this, I want to see it based on the story. Is there a way to track this?
Hi @Elke Defrere ,
you can do this by adding column " Σ Original Estimate " to your search : it will add the time estimated for your sub-tasks to the parent task. See below screenshot :
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While I was looking for the answer I found it thanks.
Is there a way we can sum up all the Σ Orginal estimates. and display the value.
Something similar to this filter
Project = "ABC" and Issue type(Story,sub task) and issueFunction in aggregateExpression("Total timespent for all Issues " , "timespent.sum()")
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.