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

Page properties
hiddentrue
Status
Tech review

Status
titletodo

Style guide

Status
titletodo

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

Page properties
hiddentrue
Short description

Returns 

Status
subtletrue
titletrue
only if current transition execution is being triggered by Jira's bulk operation feature.

Output Statussubtletruetitleboolean UI Text Box
sizemedium
typeinfo

The function returns 

Status
subtletrue
titletrue
only if current transition execution is being triggered by Jira's bulk operation feature.
boolean


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 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
colourGreen
titledone

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
Code Block
languagebash
titleSyntax
linenumberstrue
isBulkTriggeredTransition() #Output: Boolean

Parameters used in this function

UI Expand
titleExamples
UI Expand
titleAdditional information
ParameterInput (data type)Description
<parameter>
Status
subtletrue
titledata type
Parameter description.
UI Expand
titleOutput
The function returns a

Status
subtletrue
colourBlue
title

boolean

2.2.12

Label