Versions Compared

Key

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

Problem

Excerpt

When a post-function is placed at the top of the list of post-functions on the Create transition,

...

issue creation fails and throws an error. This is because the post-function performs an action even before the issue is created.

Solution

You need to place any JMWE post-function after the Creates the issue originally built-in post-function.

...