Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×
The All-to-All transition workflow shows the current transition step in Issue view screen.
Here is the case. We have open, In progress, resolve, close all can transit to all.
But in Issue view screen It shows current transition also, Like If I hit Start progress(In Progress) In view Issue screen It shows current transition along with all other transition steps.
Is there any to hide the current transition step. If It is In "In progress" In view Issue screen It shouldn`t show
Hello!You can add condition "Simple scripted condition(scriptrunner)" on "all to" transition
!(issue.status.name in ["Cancelled", "Done"])
You should add a condition to the transition. Open the required transition, choose the Conditions tab and , for example, add the User Is In Project Role condition. This condition will let the transition to be viewable only to users in the chosen role.
You can find more info here:
https://confluence.atlassian.com/adminjiracloud/advanced-workflow-configuration-776636620.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response.
My requirement is not to restrict the transition button to a particular user or group. It is looks weird when you are using all to all transit work flow, It shows the current status also.
In my case If I already hit the "Start Progress(In progress)" transition so status changes to "In progress" but in the view screen "Start Progress" button appears which is already I am In. There no point of showing the current transition button in the view screen.
I am looking for a solution to hide current status for All-to-All transition workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I see. You have two choices:
1. Do not use All-to-All transitions. In this case you would need to add Status from Status transitions
2. Use add-ons like ScriptRunner or Power Scripts to write your own custom condition, where you would hide a transition, if the status of the issue equals to the name of the transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response.
I got a solution and It is working.
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.
Use a condition on the transition.-->Value field (advance workflow-->condition)
example Status != "In progress"
The workflow button will be hidden when Status = In Progress.
-Cheers
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.
He apparently does as Jira doesn't offer such a condition. We are using https://marketplace.atlassian.com/apps/5048/jsu-automation-suite-for-jira-workflows for this feature.
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.
Well it would be helpful then to have a Jira feature request for such a condition or to exclude the current status if it's the same... I think it simply doesn't make sense at all?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.