filledInTransitionScreen()

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

Bash
filledInTransitionScreen(fieldCode) #Output: Boolean

Examples

Parser expression

Description

Bash
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

Parameter

Input (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

Use case JWT feature Workflow function Field type Automated action Parser functions