Multi user select & notify
On this page
Field Configuration
Before starting the field configuration, please follow the instructions for creating custom fields: Create a Custom Field
Step 1: Set a name and description
Provide a good name for the new custom field. Make it descriptive, concise, and easy to understand for others who will use it. Avoid using ambiguous or overly technical terms.
Step 2: Configure your custom field
In this step you can configure the displayed format of the field.
Field view and edit
Notifying user and add them as watchers
When adding users in the edit view, you may actively notify users and/or add them as watchers of the current issue.
Display options in issue view
Related Use Cases
More use cases are coming soon. In the meantime, check out our other use cases.
JQL expression
${fieldName}: string
Find further information here Find specific issues | Jira Cloud | Atlassian Support
Example: a search for all issues where Paul is being part of.
"Multi user select" ~ Paul
Jira Service Management (JSM)
Data Structure (Automation)
To set the value via automation, you need the following object structure
{
"users": [
{
"accountId": string,
"name": string,
"imageUrl": string
}
]
}