Versions Compared

Key

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

This post function creates a new issue with the specified parameters. It also offers the flexibility to control its execution based on preconditions. By utilizing preconditions, you can determine whether the post function should be executed or skipped based on the evaluation of a Jira Expression. The precondition, defined in terms of a Jira Expression, should return a boolean value. If the result of the precondition is true, indicating that the specified condition is met, the post function will be executed. Conversely, if the precondition evaluates to false, the post function will be bypassed, allowing for conditional execution based on your specific criteria.

...

The project of the new issue can be the same as the project of the issue transitioned. It can also be set to be another project. If you have some other requirement where the project changes based on some data of the issue, you can use “Calculated” option. This option will require you to provide a Jira Expression that returns a project. The result of the Jira Expression will be used as the project of the new issue.

...