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.
Hi! I've like to find an automation that will assign an issue to a sprint based on due date.
I have created all my sprints for the next few months, like this:
- Sprint week 1
- Sprint week 2
- Sprint week 3
- Sprint week 4
- etc
- etc
When issues are created, I would like them to be automatically assigned to a sprint based on their Live date. Which would mean that, if an issue's Live date is updated, that issue would automatically be moved to the correct Sprint.
Thanks!
First thing: doing something like this could create some team challenges and rework for the product owner, as people may assume an upcoming sprint's content are fixed, rather than using sprint planning to decide the goal, capacity, etc. Have you instead considered using the built-in roadmap to place the items?
And...Creating an automation rule like this may not help, as it cannot detect all possible things that impact sprint assignment. Essentially such a rule would call the REST API to get all possible sprints and then find the correct one...which may not work due to date comparison/filtering of lists.
Additionally, the rule(s) will need to trigger under these conditions:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.