Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Introduction

This post function allows you execute any post function when a validator is met. The validator may come from transition validators or you can use any other validator available in JIRA.

It can be used e.g. for:

  • Updating an issue field if another field has been updated on transition screen
  • Assigning issue to lead developer current user has some project permission

There is similar post function that uses condition instead of validator. It can be very useful. Please check Condition Based Post Function..

Element summary
Status
Status
colourGreen
titleCurrent
Version compatibility6.0.1 - Latest
SupportedYes
Introduced in version1.0.0

Post function parameters

 Post function takes following parameters:

  • Validator - validator to check
  • Inverse validator - allows to run post function when validator is not met
  • Post function - post function to be executed

Please note that validator and post function may require some extra parameters.

Example of usage

Image Added