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

Compare with Current View Page History

« Previous Version 7 Next »

This function returns true only if the current transition was being triggered by a Jira Workflow Toolbox post function.

It is very common to automate transitions in other issues. If those transitions are being executed manually, it might make sense to have validations and post functions in place.

To make sure that JWT can execute a transition regardless of existing validators / conditions or post functions this function can be used.

Syntax
isJwtTriggeredTransition() #Output: Boolean
Examples
Parser expressionDescription
isJwtTriggeredTransition()
This example returns the true if the current transition was triggered by a JWT.
Output

This function returns a BOOLEAN

This function is useful for bypassing validations or post functions when a transition is being executed as part of an automation workflow.

This function is commonly used in a Logical expression inside the conditional execution parameter of post functions.