You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Next »

The Transition issue post function automatically executes a specific transition on the selected issue or transitions the issue to a selected status. Both, transition and target status, have to be available from the issue's current status.

Configuration

Target issue

Select the issue to be transitioned, the following options are available:

  • Current issue
  • Parent issue
  • Sub-tasks
  • Sibling sub-tasks
  • Linked issues
  • Linked epic
  • Issues under epic
  • Sibling issues under epic
  • Set target issue manually (parser expression)

    the input has to be an issue key.

Mode

Select the transition to be executed or the status to be transitioned to. The following options are available:

Execute transition

Pick either a transition which is shown by name and ordered by workflows or a parser expression ((info) expects a transition ID).

Transition to status

Pick either a status which is shown by name or a parser expression ((info) expects a status ID). If more than one transition is available to reach the configured status, the first found transition will be executed.

Additional options

Choose between the following options (multi choice is possible):

  • Ignore conditions
  • Ignore validators
  • Ignore project permissions
  • Delayed execution : The execution of this post function will be delayed by the value specified in milliseconds.
Conditional execution

You can optionally specify a logical expression to define the circumstances (or conditions) under which the post function should be executed.

The result of the logical expression must return a boolean value of either:

  • true → the post function will be executed
  • false → the post function will not be executed

Using the conditional operator, even complex or multi-layered conditions can be constructed.

Make sure to learn more about defining logical expressions and browse through the various examples here: Logical mode

Run as

Choose which user* will be able to execute this post function. By default it is set to the Current user.


Use cases and examples


If you still have questions, feel free to refer to our support team.