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.
Is it possible to access sprint details in rule?
I have tried with smart values like {{sprint.name}} {{sprint.Startdate}} to print but it is not printing.
I want to start the sprint if sprint's start date is matched with today's date or passed date.
Let me know is there any approach to do this.
Thank you for always responding and resolving the query.
You won't be able to accomplish this via an automation rule. Automation rules act upon issues not sprints. The start of a sprint is a trigger event that can be used to act upon a set of issues but you can't use an automation rule to act on a sprint.
You should be able to do this from the API:
First you would need to get the sprint you wish to update:
Followed by updating that sprint and specifically changing the state to active:
I hope that helps!
-Jimmy
We created a Cloud app that does exactly that.
Check out Sprint automation for Jira
Let me know if it works for you. I am always happy to help the community.
Jerry
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.