Our JIRA setup includes custom user fields like ‘Project Manager’, ‘QA Lead’, and ‘Technical Writer’. We want to automatically notify these users via email whenever someone assigns them to these custom fields.
I’ve been searching through JIRA’s notification settings but can’t figure out how to make this work. The built-in ‘Assignee Changed’ notification only works for the main assignee field, not our custom user fields.
Has anyone managed to set up email alerts for custom user field changes? What’s the best approach to achieve this functionality?
Same issue hit us last year during our JIRA migration. The built-in notification schemes just ignore custom user fields - super annoying. We fixed it by creating a custom event and hooking it to field changes. Used ScriptRunner’s post-function scripts to catch when custom user fields change, then fire off emails to the newly assigned users. The script compares field values before/after transitions and only emails users who actually got added. No spam, just relevant notifications. Took our admin two days to nail down, but now project managers and QA leads get instant alerts when they’re assigned through custom fields. Way more reliable than fighting JIRA’s automation quirks.
I’ve dealt with this exact problem at work. JIRA’s notification system sucks for custom fields.
You could write custom listeners or automation rules, but they get messy quick. And maintaining them is a pain when your team grows or configurations change.
I fixed this with Latenode monitoring JIRA webhooks for field updates. When someone updates those custom user fields, it pulls the user data and sends personalized emails automatically.
You can customize email templates based on which field changed and include project context. Takes about 30 minutes to set up, and you skip JIRA’s awful automation builder.
I’m running it for 15 different custom fields across multiple projects now. Works perfectly and saves our PMs a ton of manual work.
JIRA’s notifications for custom fields are terrible. Had this exact issue with engineering teams - needed alerts when Tech Lead and Security Reviewer fields got assigned.
Webhooks work like others said, but you’re stuck building the entire email system from scratch. Found something way better though.
I use Latenode for this whole workflow. It catches JIRA webhooks automatically and handles custom field changes without any coding. Someone gets assigned as Project Manager or QA Lead? Latenode grabs that update and emails them with all the project details they need.
The template system is what makes it great. Different custom fields trigger different email formats. QA Lead gets testing timelines, Technical Writer gets documentation requirements.
Takes about 20 minutes to set up and handles multiple projects at once. No maintenance nightmares like ScriptRunner or JIRA’s awful automation rules.
Hit this same issue when we upgraded from basic JIRA to custom user fields. JIRA’s default notifications just ignore these fields - pretty ridiculous for something so common. We solved it with webhook listeners that watch field updates in real time. Someone changes your custom fields (Project Manager, QA Lead, whatever) and the webhook catches it, fires off emails to whoever needs to know. Best part? You get instant notifications instead of dealing with JIRA’s terrible automation system. Built a simple webhook processor that reads the field changes and sends templated emails. Handles multiple custom fields at once and you can tweak the email content based on what role got assigned. Way cleaner than scripts and doesn’t need expensive add-ons.
definitely try the automation rules in jira cloud. just head to project settings, find automation, and set a rule for when those custom fields are updated. you can then configure it to send emails to the folks in those fields. a bit of a hassle, but way easier than third-party stuff!