Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
isBulkTriggeredTransition() #Output: Boolean


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
isBulkTriggeredTransition()


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



UI Expand
titleOutput

This function returns a

Status
subtletrue
titleboolean


UI Text Box
typetip

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()



Page properties
hiddentrue



Status
Tech review

Status
colourYellow
titleReady for review

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Checks whether a transition was executed by a bulk operation.

Output

Status
subtletrue
titleboolean

Available since

Status
subtletrue
colourBlue
title2.2.12

Label