This function returns the previous value of the given field for the current issue.


previousValue(textField) #Output: Text



Parser expressionDescription


previousValue(%{issue.summary})


This example returns the previous summary.


previousValue(%{issue.priority})


This example returns the previous priority.



Parameters used in this function

ParameterInput (data type)Description
textField

Any given text field code.



This function returns a

It will return null if the field was previously uninitialized.




Variant of number and date-time fields.


previousValue(numberField) #Output: Number



Parser expressionDescription


previousValue({issue.dueDate})


This example returns the previous due date.



Parameters used in this function

ParameterInput (data type)Description
numberField

Any given numeric or date-time field code.



This function returns a .

It will return null if the field was previously uninitialized.



Use cases and examples



Parser function cloud
Map(error)
Notes

Not possible to access to historic values.






Status
Tech review

Style guide




Short description

Returns the previous value of a field for the current issue.

Output

 

Available since


Label