This function returns true only if the selected field has been populated in the current transition screen and did not have a value before.


filledInTransitionScreen(fieldCode) #Output: Boolean



Parser expressionDescription


filledInTransitionScreen(%{issue.assignee})


This example returns true only if the field Assignee was present in the transition screen and contained a value at the moment of submitting the form.



Parameters used in this function

ParameterInput (data type)Description
fieldCode

Text containing a valid field name. Usually field codes will be used.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesThere is no way to know when a field has changed using Jira Expressions. It's also not possible to access the fields available in a Transition's screen.






Status
Tech review

Style guide




Short description

Checks whether a selected field has has been populated on the transition screen.

Output

Available since

Label