In JIRA, I have a few plugins installed, including Script runner and JIRA Misc workflow, etc.
I am implementing the plugin, "JIRA Role based Estimations and Tracking". In that plugin, I need to create a screen, which displays the logged work fields. This plugin does not use the regular logged work fields.
I want to be able to call up this screen from any status (except Closed), using a transition, which will bring up the screen and then go back to the same status. But I do not want to be creating this transition individually for each status in the workflow.
Can anyone point me in the right direction?
I will be able to use this in many other areas as well.
Thank you in advance.
You don't need any add-ons, this is possible out of box. This was added sometime after 5.0. The functionality to create these was missing between JIRA 6.3 and JIRA 6.4.4. Something like that.
Edit a workflow. Navigate to the GUI editor. Press +Transition. Select ANY STATUS for the from field and ITSELF for the to field.
Voila, you now have a no-result transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One more question: In this Transition to Self, how can I conditionally not show it, when the issue is in a particular status?
I know you can have a conditional clause, but how do I restrict it to not show for one status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You do need an add-on for that.
The free add-on (avaliable for BOTH Server and Cloud) JSUTIL provides a condition. The Value Field Condition allows you to specify conditions to show or not show an action.
I would add the Value Field Condition with a condition of Status != Your Status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you again for your response and it is exactly what I was looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excellent, no problem.
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.