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


isBulkTriggeredTransition() #Output: Boolean



Parser expressionDescription


isBulkTriggeredTransition()


This example returns the true if the current transition was triggered by a bulk-transition operation.



This function returns a


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



Parser function cloud
Map(error)
Notes

Property not existent in the Transition's json.






Status
Tech review

Style guide




Short description

Checks whether a transition was executed by a bulk operation.

Output

Available since

Label