-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Major
-
Resolution: Obsolete
-
Affects Version/s: 2.0.0, 2.0.2, 2.0.3, 2.0.4, 2.0.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Critical Points:0
Situation:
I have a workflow. At the end state, there is a transition with post function "Clone issue and link" (I create an issue of the same type in the same project as original issue). This post-function creates new clone correctly. This works OK.
Now, I have a "Fast-track transition" post-function on the Create transision. So, I need the newly created clone to be transitioned to another status. I mean, that everything is set-up correctly: the Fast track post function is at the end of post-actions (after Fire event). It has no condition (always true, for testing purposes), no special post action. The transition, that should be done, is trivial - no condition, no validator, no post-actions.
This configuration doesn't work - the issue is cloned but not fast-tracked. If I create new issue, the fast-track works.
I've also tried to add a Scripr listener (Fast track) to the Create issue action and it doesn't work too (after cloning).
Please, help.