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

Compare with Current View Page History

« Previous Version 13 Next »

This function returns true only if the current transition was triggered by Jira's bulk operation feature.

Syntax
isBulkTriggeredTransition() #Output: Boolean
Examples
Parser expressionDescription
isBulkTriggeredTransition()
This example returns the true if the current transition was triggered by a bulk-transition operation.
Output

This function returns a BOOLEAN

This function is useful for bypassing validations or post functions when a transition is being executed by a bulk update operation.

If you want to achieve the same for transitions that were triggered by a JWT post function, check out isJwtTriggeredTransition()