Hi Team,
I have A Work Flow IN that I have Status Called "A, B, C and D"
and each status have Tranistion called "Close and Refer Close"
Now When the Issue priority comes with "High and Highest" Value In those status those transition has to Hide.
Can Any body help me please how to achieve this.
Thanks,
Kumar
Hi @Kumar,
you mention the scriptrunner app, so I think, you can use it in your instance. Then do something like this:
Create your transition and add a Script Condition as a workflow condition:
Use "Allows the transition if this query matches a JQL query" with the following query
project = <your-project-key> and priority not in ("High", "Highest")
With plain Jira, something like this is not possible.
Hi @Thomas Schlegel awesome It Worked Thanks you So Much
Kumar
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.