Versions Compared

Key

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


Page properties
hiddentrue



Status
Tech review

Status
colourYellow
titletodoReady for review

Style guide

Status
colourGreenYellow
titledoneReady for review

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



Page properties
hiddentrue


Short description

Returns true only if current transition execution is being triggered by Jira's bulk operation featureChecks whether a transition was executed by a bulk operation.

Output

Status
subtletrue
titleboolean

Available since

Status
subtletrue
colourBlue
title2.2.12




UI Text Box
sizemedium
typeinfo

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

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.



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


Parameter description
UI Expand
titleExamples
UI Expand
titleAdditional information


Parser expressionDescription


Code Block
languagebash
linenumberstrue
isBulkTriggeredTransition()


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

Parameters used in this function

ParameterInput (data type)Description
xxx
Status
subtletrue
titledata type
.



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.