Versions Compared

Key

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

...

  • The Create/Clone Issue post-function can now create multiple issues at once, by iterating over a list of values returned by an iteration Groovy script. For example, the post-function can iterate over the contents of a multi-user picker custom field and create one issue per user in that field, assigning the issue to that user.
  • The Create/Clone Issue post-function now also supports running a custom Groovy script over each issue created by it.
  • You can now copy Comments from the current issue to the newly created issue(s).
  • You can now set the Resolved and Status fields field on the newly create issue(s), although this is not generally recommended.

...

  • The Scripted (Groovy) Validator can now be associated with a field, under which the error, if any, will be displayed.
  • The Scripted (Groovy) post-function now supports the "run as" option
  • It is now possible to activate error reporting on individual post-functions instead of setting the global error handling option on the JMWE Configuration page. This is especially useful during workflow design and debugging on a production Jira instance.
  • Customer Request Type names can now be used in place of Customer Request Type IDs.

...