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 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Description
Excerpt | ||
---|---|---|
| ||
Verifies if the field was changed during the specific event. |
Verifies if the field was changed during the specific event.
Parameters
...
...
applyColStyleToCell | true |
---|---|
columnTypes | s,s,s,s |
heading | 0 |
multiple | false |
enableSorting | false |
...
Parameter name
...
Type
...
Required
...
Description
Return Type
Boolean (true/false)
Returns 'true' if the field was changed during the specific event, and 'false' otherwise.
Example
Code Block | ||
---|---|---|
| ||
if(isIssueFieldChanged("description")) { logPrint("ERROR", "Event: Field 'description' IS CHANGED "); } else { logPrint("ERROR", "Event: Field 'description' IS NOT changed "); } |
Code Block | ||
---|---|---|
| ||
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) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.