We are currently estimating our work on a sub-task level by using story points. The user story (or other issue type) has no story points if it has sub-tasks. If there are no sub-tasks, then we add the user stories to the story itself.
We split user stories into front- and backend sub-tasks. The assignee of the sub-task then estimates during sprint planning and the user story is added as a whole to the sprint. This increases the sprint scope by the sum of both sub-tasks.
Is it possible to display the sum of all story points of sub-tasks and display it on the sprint board and backlog?
Also, it seems that the Epic report only works with story points on the user story level and not sub-task level. Stories that have sub-tasks with story points are shown as unestimated. Any idea how to best report on Epic progress with the described approach? How are you storing the estimated story points when working with sub-tasks?
Hi Marco,
This comes up quite a bit, but to summarize story point estimation is expected at the story level and time estimates at the sub-task level. The native sum up options will sum the time tracking of the sub-task to the story and to do this set the Remaining estimate and time spent value as covered here:
Also there is some more detail on this in "Estimating an issue" towards the bottom in an expandable section titled "Why not estimate on subtasks and roll that up for Velocity and Commitment?"
Additionally, the following posts discuss story point summation to the parent in even more detail:
So its not expected behavior and you would need to look into an add-ons to get this to occur, and I know there are some examples of doing this in ScriptRunner such as the following Post which gives an example on how to do this via a scripted field, however Cloud does not support the functions that allow Script Runner to add field types to it as it does on Server, and I am not aware of an add-on in cloud that does this:
Regards,
Earl
Newer solution based on Smart Values https://community.atlassian.com/t5/Automation-articles/New-automation-smart-values-in-Jira-Cloud/ba-p/1402775#
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sarvesh Mathur ,
Good call out, and thanks for posting the info in this thread.
Now that Automation for Jira is integrated with Jira Cloud natively, the solution noted in your link will work out as a great alternative.
Regards,
Earl
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.
A recent tutorial and solution for this using automation:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you incorporate points for the QA effort? and if so, where do you incorporate those? Maybe in the main story I would assume.
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.