Problem

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.


Related issues