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
Parameter | Description | Example |
---|---|---|
:display_name | Displays the Display Name of the assignee | {assignees:display_name=false} |
:user_email | Displays the email of the assignee | {assignees:user_email=false} |
:status | Displays the assignee status | {assignees:status=false} |
The modifiers can also be used together {assignees:display_name=true user_email=false status=true}