Hi I am trying to prevent the issues for moving once they are in Done status, I have tried jira.issue.editable setting it False, but that still allows me to move the issue to other status, is there a way to prevent that movement and once it is in done it can not be move to other status?
Hello @Juan Manuel Alarcon Castrillon
Welcome to the Atlassian community.
You can't block status transitions using Workflow Properties.
Can you show us the diagram for the workflow you are trying to modify?
If you currently have Global transitions into all status like this (All --> status)
...you would need to modify the workflow to remove those Global transitions to the non-Done statuses and replace them with specific transitions from one status to another. In the above case you would remove the Global transitions for the To Do and In Progress statuses, and add two transitions:
one from To Do to In Progress
one from In Progress to To Do
And if you workflow currently has an transitions from the Done status to other specific statuses, you would need to remove those transitions also.
You could also put in a validator/condition on the 'All' transitions into To Do or In Progress where it isn't allowed if the status of the issue is Done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi I have some of those global transitions and some specifict, but correcct me if I am wrong, you are telling me that the only way to "restict" the movement is by making specift transitions to all the status I might have?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, no. @Matt Parks 's suggestion works too.
@Matt Parks you should make that a separate Answer so you can get credit for an accepted answer. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great, thank you your your suggestions I will give them I try and hope it works
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.