Here is what I need to do:
I need a rule to auto-assign any new bug created in a specific project to one particular sprint. This team runs multiple sprints at once so my current rule that uses does this, but for some reason it does not always choose the active sprint we want. This may be because the sprint I want is the second one in the active sprint board - all sprints dropdown?
I know the sprint ID, and FYI these 2 sprints will never be completed so that ID will never change. In the automation - for field sprint - the only options are the one below (Active Sprint (TSE board) or Next Sprint Sprint (TSE board).
How would I be able to even use JQL to specify sprint ID? I don't see a smartvalue that seems like it would work.
Thanks
Hi @Gail
Two things to help...
If that "Bugs" sprint will always be used this way, and so have the same Sprint ID value, you could use Create Variable to hold the value of the ID. And then to use it in the rule...
For the Edit Issue action, you can type smart values into the field. To use them, the steps are not obvious:
Please note: if instead the Bugs sprint's ID could change over time, you may need a more complicated solution involving either JQL queries or calling the REST API. Please let me know if you need help with that situation.
Kind regards,
Bill
Thanks Bill. That is really cool and something I was not aware of. I created my variable, but I'm not sure how to assign the variable to issue field SPRINT since there are only 2 dropdown values and no option to type anything else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you create the variable, you can just type in the number value for the Sprint ID. Then later use that variable's name in the issue edit.
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.