You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.