/
isIssueFieldChanged
isIssueFieldChanged
Description
Verifies if the field was changed during the specific event.
Return Type
Boolean (true/false)
Returns 'true' if the field was changed during the specific event, and 'false' otherwise.
Example
if(isIssueFieldChanged("description")) {
logPrint("ERROR", "Event: Field 'description' IS CHANGED ");
}
else {
logPrint("ERROR", "Event: Field 'description' IS NOT changed ");
}
if(isIssueFieldChanged("description")) {
logPrint("ERROR", "Event: Field 'description' IS CHANGED ");
}
else {
logPrint("ERROR", "Event: Field 'description' IS NOT changed ");
}
See also
, multiple selections available,
Related content
isIssueFieldChanged
isIssueFieldChanged
More like this
lastIssueChanges
lastIssueChanges
More like this
lastIssueChanges
lastIssueChanges
More like this
getFieldChanges
getFieldChanges
More like this
getFieldChanges
getFieldChanges
Read with this
getEventIssueChanges
getEventIssueChanges
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.