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.
×I want to be able to transition from a "Needs Information" status back to whatever previous status the ticket was in. I am trying to do this buy adding transitions to each possible status and then adding a condition to only show if the previous status was "In progress" or "QA" but I want the button to always say "Submit Info" regardless of the transition destination since there are going to be about 6 possible destination statuses.
I tried adding a property to the transition with jira.i18n.title
and then adding 'Submit Info' as the property value but that didn't work.
Please help.
Also I have the misc workflow extensions plug in installed for JIRA Cloud/ondemand
Sorry Neil, I missed that part. I don't think you can do that with JIRA Cloud out of the box, unfortunately.
Mehmet
Mehmet,
I am using JIRA Cloud so I cannot install that plugin unfortunately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Neil,
Here is what you have to do (remove first the conditions from there)
changeHistoryManager.getChangeItemsForField(issue, "status").getAt(changeHistoryManager.getChangeItemsForField(issue, "status").size() - 2).getFromString().equals("Open")
Hope that helps,
Mehmet
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.
Yes, you will have one transition with 6 conditions/post functions - and yes, you would have the same transition text.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This doesn't seem to solve my issue of wanting one button to display with the same text. It seems like I either need one transition with 6 conditions or post functions, or 6 transitions with one condition or post function. It seems like I still need 6 transitions and the appropriate button will show but I want the button to say "Submit Info" regardless of which of the 6 transitions is currently available to the user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do this by either one of the following:
I guess #1 is the free and the easiest way to do it.
See the screenshots for #1.
2014-12-05 15_28_35-Add Condition To Transition - Tracking System.png
2014-12-05 15_29_10-Add Workflow Transition Condition - Tracking System.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
I'm affraid it cannot be done... but let's wait for other answers to see if someone else has achieved it.
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.