Hello - I am new to the cloud version so this might something only available in the server version. I am attempting to automate updating the Sprint field value based on an Issue Field Edit trigger. The then condition for the Sprint field is only allowing me to select Active Sprint or Next Sprint. However, I have other sprints in my backlog that I want to select from in this automation rule.
As depicted in the screen shot, I'm attempting to create the following rule:
As seen in the Sprint selection drop down at right, I'm only given the option to select Active Sprint or Next Sprint. However, I have other sprints in my backlog that I want to be able to select.
Hello @Keith Tasker
Welcome to the Atlassian community.
Whenever asking for help with an Automation rule, it will help us help you faster if you provide screen images that show your complete automation rule and the details of each step. Often the solution depends on the context and construction of the rule which is hard to discern from your description.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks again - I have added a screen shot and extra detail to my post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for that additional information.
While the list doesn't present all sprints, you could use the More Options area and JSON code to set the sprint field to a specific sprint, based on the sprint's numeric ID.
You can get that id by going to the View All Issue page under the Filters menu and typing in a JQL like this:
sprint = "start typing name of the sprint
As you type the name potential matches will be listed. The numeric ID for each one will be displayed in parentheses to the right.
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.
If you ultimately find that my response helps you solve your requirement, please consider then clicking on the Accept Answer button to mark your post as Solved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It sure did resolve my requirement. Thanks again and I'll Accept now.
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.