This function returns the timestamp of the most recent value change of any given field.

Syntax
lastFieldChangeTime(fieldCode) #Output: Number
Examples
Parser expressionDescription
lastFieldChangeTime(%{issue.summary})

This example returns the timestamp of when the issue summary was last updated.

Additional information

Parameters used in this function

ParameterInput (data type)Description
fieldCode

TEXT

Specify any custom field referencing its field code.
Output

This function returns a NUMBER


Use cases and examples