Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

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.


Code Block
languagebash
titleSyntax
linenumberstrue
fieldHistory(numberField) #Output: Number list


UI Expand
titleExamples


Parser expressionDescription


Code Block
linenumberstrue
fieldHistory({issue.dueDate})


This example returns:

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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
numberField

Status
subtletrue
titletext

Any given numeric field code.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber list




UI Text Box
sizemedium
typeinfo

Variant for text fields.


Code Block
languagebash
titleSyntax
linenumberstrue
fieldHistory(textField) #Output: Text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
linenumberstrue
fieldHistory(%{issue.summary})


This example returns:

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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
textField

Status
subtletrue
titletext

Any given text field code.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Parser functions
cqllabel = "parser_func_fieldhistory" and space = currentSpace()


Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

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

Output

Status
subtletrue
titlenumber list
 
Status
subtletrue
titletext list

Available since
Label

Status
colourRed
titleStaff pick