lastFieldChangeTime()

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

Bash
lastFieldChangeTime(fieldCode) #Output: Number

Examples

Parser expression

Description

Bash
lastFieldChangeTime(%{issue.summary})

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

Additional information

Parameters used in this function

Parameter

Input (data type)

Description

fieldCode

text

Specify any custom field referencing its field code.

Output

This function returns a Number


(books) Use cases and examples