Hi folks,
let say I'm trying to write such a workflow:
- the first status is "TODO" ;
- there are two "IN PROGRESS" statuses: "IN PROGRESS QUICK", "IN PROGRESS SLOW";
- I want only _one_ transition between TODO and the two "IN PROGRESS" status, depending on the issue priority.
I can do it with two transitions, but the user would have to choose one. I want an automatic transition.
Someting like this:
TODO
|
+----------- if priority is HIGH -------> IN PROGRESS QUICK
|
+----------- if priority is LOW --------> IN PROGRESS SLOW
Hoping this is clear :-) is-it possible ?
Thanks,
Laurent
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.