The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to edit trigger issue field from within branch

Bindu Shrivastav
September 5, 2024

Hi

I am trying to compute total story points when the sprint starts.

I create sample task when sprint starts, then want to add to this task's original estimate

all other tasks/stories's story points.

That way the new tasks' 'original estimate' field will save initial total story point for that sprint.

Within a branch (for all issues in the sprint) i can edit issues of the sprint only, i don't see how i can edit trigger issue's field.

Thank you for your insight.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Trudy P Claspill
Community Champion
September 5, 2024

Hello @Bindu Shrivastav 

Whenever you ask for help with an Automation rule it will enable us to help you more efficiently if you provide screen images showing the entire rule.

The focus of the rule has to be on the trigger issue in order to edit the trigger issue. A branch is probably not the right component in your use case.

Depending on your product version you may be able to use a Lookup Issue action to retrieve the issues in the sprint and then use {{lookupIssues.Story points.sum}} to get the total of the Story points fields for the issues returned by the lookup.