Hello,
I have created a custom field called "Sprint end date" that is populated when the Sprint is started.
Trigger: Sprint Started
Branch rule/Related issues: For issues in the Sprint
Then: Edit Issue fields
If the Sprint end date changes during the active sprint, does anyone know how I could use automation to copy the new sprint end date into my Jira custom field?
Thanks!
Hi @Jenny Severin welcome to the Atlassian community.
You should consider the below edits:
Thanks for the inspiration.
I actually got it to work by using the "Scheduled" trigger with a JQL search "sprint in (openSprints())"
I added a condition to compare two values:
New action: Edit the fields to update "Sprint end date" with {{issue.Sprint.endDate.jiraDate}} if the two values didn't match.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Jenny Severin for sharing the automation rule. It will help lot of users who have similar query.
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.