When you add this post-function to a transition, the add-on simply executes the provided Groovy script against the current issue. This post-function can be used in scenarios where you want to act on the current issue or on related issues in ways that are not supported by other JMWE post-functions. For example, you might want to something (like Copying copy attachments of the current issue to its linked issues) using the issue information, other than modifying the issue. See, which is not currently supported by the Copy field value to linked issues post-function.
See also:
- Groovy editor in JMWE to write your Groovy script
- Groovy tester to test your written your Groovy script
- Expected Groovy expression input for each field
- issue, currentValue, currentUser and log variables you can use in your Groovy script
- Accessing the fields of an issue to use them in your Groovy script