I would like to automaticly create a new Fix version value when a ticket is assigned into a sprint. The Fix version name should be according to the Sprint name.
When a ticket is moved between sprints, the Fix version value should change accordingly.
I tried to run the following, but It doesnt perform any action.
Thank you!
Hi @ori gal ,
Few questions:
I've just created pretty much the same rule where, for Fix versions, I've used smart value
{{sprint.name}}
and it worked as expected.
There might be some edge cases you'd like to look at (e.g. what if someone just clears the 'Sprint' value and 'Fix versions' is also empty and such).
Cheers,
Tobi
Hi Tobi!
Not only that the Fix version is not populated, the version in not created at all.
The log below is after I added the smart value {{sprint.name}} as you suggested.
Thank you for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok, I manage to get it to work, however, it carrys the prevoius sprints into the Fix version and I would like to have a single value with the current sprint only.
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.
almost there :)
The fix version is set only once and than its not changing when I move the ticket to anoter active sprint. any idea whay?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@ori gal guessing it's condition. As the first automation sets Fix version, once you change Sprint, Fix version is already filled out/not empty. You'd probably want to remove
AND fixVersion IS EMPTY
part, or adjust the JQL somehow so it fits your requirement :)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.