The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I would like to set the sum of story points of subtasks whose status is not "Done" to Story point of (their parent) Story when the status of each subtask is changed to "Done".
I tried to set the configuration of Jira Automation as following, but that did not work as expected, the story point of parent story was not changed.
(1)trigger: field value chaned, the status of all issues
(2)issue fields condition: status is "Done"
(3)branch compornent: Parent
(4)JQL condtion: issuetype in (subtask) and "parent" = "{{issue.id}}"
(5)edit issue: Story Point, {{lookupissues.Story Points.sum}}
If I would like to set the sum of story points of all subtasks regardless of status, I know (4) above is not needed and I only have to write following in (5).
{{issue.subtasks.Story Points.sum}}
Could someone let me know how to solve it.
Thank you.
Welcome to the Atlassian Community!
I would "solve" this by not doing it at all. It's not a good way to use story points, and certainly won't work if you're working in an Agile fashion.
Could you explain what you are trying to report on, and how it lead you to this idea?
👋 Hi there Jira Community! A few months ago we shared with you plans around renaming epics in your company-managed projects. As part of these changes, we highlighted upcoming changes to epics on...
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.