Hi everyone,
We are experiencing an issue where notification emails are not being sent to users selected in a custom field, even though the field is configured as a recipient in our notification scheme.
<Environment>
- Jira Cloud, company-managed project
- Notification scheme: Default Notification Scheme (shared by multiple projects)
<Configuration>
- We created a custom field named "Participants", type: User Picker (multiple users).
- In the notification scheme, for events such as "Work item created", "Work item edited", "Work item resolved", etc., we added the following recipients:
- All Watchers
- Current Assignee
- User Custom Field Value (Participants)
<Problem>
- When a work item is created or edited, the Assignee and Watchers receive email notifications as expected.
- However, the users selected in the "Participants" (multi-user picker) custom field do NOT receive any email notifications.
- The custom field is populated with valid, active users on the work items in question.
<What we have checked>
- The users in the custom field have Browse Projects permission for the project.
- The users are not the ones performing the action (so "You make changes" notification preference should not suppress the emails).
- Their personal notification settings / email preferences appear to be enabled.
- The custom field has the correct context (applies to this project / all issue types).
<Questions>
1. Is there a known limitation or bug where "User Custom Field Value" recipients with a multi-user picker field do not receive notifications?
2. Is there any additional configuration required for multi-user picker fields to work as notification recipients?
3. Has anyone experienced this and found a workaround (e.g., automation rules)?
Any help would be appreciated. Thank you!
Hi @김대현 ,
A few things worth checking, in order of how often this actually turns out to be the cause:
#2 is the one that trips people up most since there's no visible error — Jira just quietly drops that recipient from the send list.
Here is a related support documentation.
Hi @김대현
Adding to what Enric sent, for question 3 the automation route works. Each rule takes one trigger, so use Work item created in one rule and Work item updated in another. Set the Send email action's To field to {{issue.Participants.emailAddress}}. That resolves the multi-user picker into addresses and bypasses the notification scheme entirely.
For per-project templates and Multi-User Picker recipients without maintaining rules, our app Notification Assistant for Jira supports user picker custom fields as recipients natively.
Feel free to reach out if you'd like to learn more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @김대현
This configuration should work.
Things to verify:
1. Is the field actually populated before the notification event fires?
For example:
This is probably the most common cause.
2. Is the field on the Create/Edit screen?
If the field is not on the Create screen and is later updated by automation or another app, recipients won't exist during the Create event.
If you're using:
make sure the notification scheme is listening to the same event.
Besides Browse Project, verify that no Issue Security Level excludes those users.
Atlassian only sends notifications to users who can actually view the issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.