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

Compare with Current View Page History

« Previous Version 5 Next »

Purpose

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

Configuration

ParameterDescription (default values are shown in bold at the top of the lists)

Target issue

The issue to be transitioned. The following options are available:

  • Current issue
  • Parent issue
  • Parser expression ((info) expects an issue key)
Mode

Select the transition to be executed or the status to be transitioned to. You can choose between to options:

  • 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)
Delayed executionExecuting the post function will be delayed by the specified value in milliseconds.
Run as

 Select the user that will be used to execute this post function. It can be chosen from one of the following options:

  • Current user 
  • Selected user
  • Assignee
  • Reporter
  • Creator
  • Project lead
  • Parent's assignee
  • Parent's reporter
  • Parent's creator
Conditional execution

Enter a condition using the expression parser syntax. You can even logically link and nest conditions in expressions as you like in order to map more complex conditions. 

The post function will only be executed if the condition is met.

Related use cases

TODO