When I release a version, the tickets that are done or declined are being moving to the next sprint.
How can I fix that?
Fixed.
The resolution was to update that rule and then move the tickets out of done to any status and then move it back to done.
The rule is only applied to the newly updated tickets. It is not applied to old tickets.
Hi @Marino Poletine,
Welcome to Atlassian Community!
Those work items are moved to the next sprint because the resolution field is not set when they are moved to a done status category. You can read more about the best practice for resolution in this KB. In order to fix it I would use an automation instead of a transition in the workflow that the KB is mentioning. The automation can be a scheduled one an you can use this JQL in it:
statusCategory = Done and Resolution IS EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As you can see on the last picture, even if I set the resolution, the done tickets stays there
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, that KB must be outdated. The steps do not apply to me as this option "Click post functions" is not available
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Marino Poletine It looks like you have a resolution called Unresolved, which goes against the recommendations for the field. You should never have a resolution called unresolved.
Yes, if you are using the new editor you do not see Post functions, in the new editor it is called Rules and the one you want to use is called Update an issue field.
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.
@Marino Poletine the way you have it configured you are clearing out the resolution instead of setting it to a value when moving to Done, and that would explain why Don work items are moved to the next release because resolution is empty.
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.