I am trying to add a jira automation rule to do the following: Once an issue is changed from any status to Revision I would like to move this issue into a specific Sprint. The problem I am facing right now is when selecting a Sprint from the dropdown the Sprint that I want to add it to doesn't exist in the list. It only shows the current sprint and the next sprint (no others). Would like to add it to the Under Review sprint that I have in my backlog. Any help would be greatly appreciated!
Welcome to Atlassian Community!
Those are just the preset values that are available to the automation. It will not show any sprints that you have on your board since the automation is not aware of the boards within your project. But you can always set the sprint using smart values similar to this:
This is from an automation have that creates issues when a sprint is created. In your case you would need to find the id for your Under Review sprint and assign that to a smart value that you can use to assign the sprint.
To get the sprint id, add an issue to it and then go to the issue detailed view and hover over the sprint. The URL you see at the bottom of the browser will show the id at the end.
thanks for the reply! So I was able to get my sprint id but I am not sure what you are referring to when you say "assign that to a smart value that you can use to assign the sprint" can you explain how I would go about doing that please? Would really appreciate it! Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add a create variable component to your automation, assign the sprint Id to it and then you can use that variable to set the sprint like this:
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.
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.