Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Workaround

Create a hidden Auto-transition from the Open status to transition from the <to_status> of the Create transition to itself, put the post-function on the new transition, and finally trigger that hidden transition it using the Transition Issue post-function on the Create transition.

Panel

Creating the hidden transition:

  1. Add a transition from the <to_status> of the Create transition to the same status. Name it Post-create (for example).
  2. Add the post-function that copies a field from the linked issue to the Post-create transition
  3. Add the Hide transition (JMWE add-on) Condition to the Post-create transition

On the Create transition:

  1. Add the Transition issue post-function and specify Post-create as the transition to be triggered.
  2. Ensure that it is placed after the Creates issue originally built in post-function.

...