{assignees} Merge Tag

Description

Lists all assignees.

The {assignees} merge tags will output the details of the current step’s assignees. The assignee’s display name, email, and status are displayed by default. The following modifiers can be used to prevent them from being displayed.

Usage

ParameterDescriptionExample
:display_nameDisplays the Display Name of the assignee{assignees:display_name=false}
:user_emailDisplays the email of the assignee{assignees:user_email=false}
:statusDisplays the assignee status{assignees:status=false}

The modifiers can also be used together  {assignees:display_name=true user_email=false status=true}