This function returns a number list with all the values that a numeric or date-time field has ever had in the past for current issue.

Values appear in the list in ascending ordered by setting time, i.e., older value has index 1, and most recent value has index count(numberList) . Uninitialized field statuses are not represented.


fieldHistory(numberField) #Output: Number list



Parser expressionDescription


fieldHistory({issue.dueDate})


This example returns:

A list of all due dates that every have been set in the current issue.



Parameters used in this function

ParameterInput (data type)Description
numberField

Any given numeric field code.



This function returns a




Variant for text fields.


fieldHistory(textField) #Output: Text list



Parser expressionDescription


fieldHistory(%{issue.summary})


This example returns:

A list of all summaries that every have been set in the current issue.



Parameters used in this function

ParameterInput (data type)Description
textField

Any given text field code.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesThere is no way to access the field's history.






Status
Tech review

Style guide




Short description

Returns all the values a field has ever had in the past for the current issue.

Output

 

Available since
Label