Hello,
I have created a new workflow state 'Archived' -> All with properties jira.permission = false and jira.editable = false. It does the work of locking the issue down at the end of the quarter using bulk update which is my goal.
But in my workflow there is also a state that says 'In Dev -> All, and even after ARCHVING the issue the button to transition the issue is available on the record. Is there a way to disable the button once the state is set to 'Archived'
it can be achieved through Script Runner plugin
you can disable "In Dev" transition from "Archived" though it is All transition
Steps:
1. Add Script runner Condition (to In Dev transition)
2. Choose "Allows the transition if this query matches a JQL query"
3. in query "Status != Archived"
Regards,
Leo
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.