Versions Compared

Key

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

This routine is available in v6.1.

The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

isIssueFieldChanged(

field

)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Verifies if the field was changed during the specific event.

Verifies if the field was changed during the specific event.

Parameters

...

applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

...

Parameter name

...

Type

...

...

Description

Return Type

Boolean (true/false)

Returns 'true' if the field was changed during the specific event, and 'false' otherwise.

Example

Code Block
languagejs
if(isIssueFieldChanged("description")) {
 logPrint("ERROR", "Event: Field 'description' IS CHANGED ");
}
else {
 logPrint("ERROR", "Event: Field 'description' IS NOT changed ");
}
Code Block
languagejs
if(isIssueFieldChanged("description")) {
 logPrint("ERROR", "Event: Field 'description' IS CHANGED ");
}
else {
  
 logPrint("ERROR", "Event: Field 'description' IS NOT changed ");
}

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "listener_routine" and space = currentSpace ( )
labelsarray_routines