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



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_isbulktriggeredtransition" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloud
Map(error)
Notes

Property not existent in the Transition's json.




Page properties
hiddentrue



Status
Tech review

Status
colourYellowGreen
titleReady for reviewdone

Style guide

Status
colourYellowGreen
titleReady for reviewdone

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