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

Syntax
filledInTransitionScreen(fieldCode) #Output: Boolean
Examples
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.

Additional information

Parameters used in this function

ParameterInput (data type)Description
fieldCode

TEXT

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

This function returns a BOOLEAN


Use cases and examples