Page tree
Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Next »

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
StatusCURRENT
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

  • No labels