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

Compare with Current View Page History

« Previous Version 29 Next »

This 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 expression must return either a valid JQL expression or an issue list with issue keys.

Mode

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

Option Description
Execute transitionPick either a transition which is shown by name and ordered by workflows or enter a parser expression (by additionally using field codes) that returns a transition name.
Transition to statusPick either a status which is shown by name or enter a parser expression (by additionally using field codes) that returns a status name. 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):

Option Description
Ignore conditions

Conditions in the specified transition will be ignored.

Ignore validators

Validators in the specified transition will be ignored.

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

Unable to render {include} The included page could not be found.


Use cases and examples


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