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

Compare with Current View Page History

Version 1 Next »

Introduction

This post function allows you to transition issue when another transition is performed.This post function can be used for example in following scenarios:

  • Automatically close an issue when it's resolved and current user is allowed to close the issue
  • Reopen issue when "Not fixed" resolution is selected on Resolve issue transition (can be combined with Validator Based Post Function in this case).
Element summary
StatusCURRENT
Version compatibility6.0.1 - Latest
SupportedYes
Introduced in version1.0.0

Post function parameters

 Post function takes following parameters:

  • Which transition - method of transition selection
    • Transition by name or id - simply enter name or ID of transition (it must be available in current issue state)
    • Transition to status - select destination status and post function execute first matching transition (try until first transition is successful).
  • As user - select user who will perform the transition. If empty then current user is used.

Example of usage

  • No labels