This function returns true only if the current transition was triggered by Jira's bulk operation feature.
Bash
isBulkTriggeredTransition() #Output: 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 |
|---|
| No content found. |