I have a "Awaiting status" status that I allow all statuses to go to within the workflow by using the "Allow all statuses to transition to this one" option.
That works no problem. However when I'm in the "Awaiting status" status on the ticket, is there an option that allows me to remove the transition button from the Edit view
Hi @Jeremy Price ,
With default configuration you can hide self transition for global transitions in workflow and already suggestion ticket is with Atlassian. Please refer the same for your reference.
https://jira.atlassian.com/browse/JRASERVER-41021
Workaround:
1. Remove global transition and add individual transition from each status to Awaiting Action
2. With the help of Condition from JSU Automation Suite for Jira workflow app you will be hide the self transition.
Thanks,
Avinash
Hi @Jeremy Price ,
Along with @Avinash Bhagawati {Appfire} workaround
if you are using ScriptRunner you can do the same through it
Condition --> Script condition --> Simple Script Condition
issue.getStatus().getName != "Awaiting status"
BR,
Leo
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.