Hi there,
I'm trying to configure workflow in JIRA 5.x would like the workflow can work like this:
Suppose there are 2 upcoming status for the Create issue, and here is the steps for them:
Create issue-> Status 1->Status2.
And two persons named Person A and Person B, both of them can create issues.
On one hand, after Person A create an issue, the status of this issue would be Status 1, and then Person B make a certain transition, finally the status of the issue would be Status2.
On the other hand, after Person B create an issue, the status would be Status 2, which means the issue would skip Status 1 and go directly to Status 2.
Is it possible to do it? If yes, what do I need to do then?
Thanks in advance,
Not really. You create an issue, it has to go to one status. I suspect this is because it's immensely complicated to have floating targets in workflows, it's far easier to stick to something basic and clear and then build on that.
There is a basic way to work through this - first, make your workflow have transitions from "initial step" to any others you want to land on, and then use a listener to catch the "create" event and automatically push it through that transition. I've used the one in the Jira toolkit to do this a few times, but there are other plugins that make such listeners available - like the one Radu talked about.
I used the auto-transition listener in the "Jira Toolkit"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, you can do this using Script (Groovy) Runner. Jamie made a blog post about something similar here - http://blogs.onresolve.com/?p=235.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure what happened exactly - I thought I voted it up. Now I can't remove the down vote nor can I vote it up. "We're sorry, but an unknown error ocurred. Please try again in a while." Sorry Tracy, but I'll try again later.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct. I will vote it back
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Radu.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmm, and why was this question downvoted ? I can't see anything to complain about it...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
totally agre there is no reason for this question to be downgraded.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Many plugins offer an autotransition routine (including ours, JJupin).In this way, when executing postfunction reaching status1, you can jump in status2 conditionally.
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.