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

Compare with Current View Page History

« Previous Version 8 Next »

On this page

Introduction

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. 



The configuration

The table below lists all available parameters that have to (*) or optionally can be set in this post function.


ParameterDescription

Target issue

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

  • Current issue
  • Parent issue
  • Parser expression ((info) the output has to be 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.


Get started

Get started by trying out the example configurations provided out of the box.



The following example configurations are currently available:


Additional use cases can be found here!



Use cases and examples using this condition


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


dfRelated use cases

TODO