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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.