Hello, I need to block option of changing status when ticket is in status DONE. How can I co this? Thank
Hello,
You should add workflow property to the Done status:
jira.issue.editable = false
It depends on your role in Jira, workflow and platform that you are using (Cloud or Server). If using simplified worflow it might be not possible. You would need to have a workflow that have clearly defined transitions (not all to all) then you might block those that are going from DONE to previous statuses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could simply remove all outgoing transitions on the status DONE.
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.