isBulkTriggeredTransition()

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

Bash
isBulkTriggeredTransition() #Output: Boolean

Examples

Parser expression

Description

Bash
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 check a transitions whether it is triggered by a JWT post function, check out isJwtTriggeredTransition()

📚 Use cases and examples

Use case JWT feature Workflow function Field type Automated action Parser functions