I have an automation rule that will send a notification to an Atlassian group but want to use a project role instead. Is there a way for an automation rule to send a notification to everyone in a project role?
Hi Ann,
Jira automation doesn't directly let you notify project roles, but you can do it with a bit of technical work:
Option 1 (Automation for Jira): Use web requests in your automation rule to fetch the project role members and send emails. See this article for details: https://confluence.atlassian.com/jirakb/send-email-to-a-project-role-1252330233.html
Option 2 (Workflow Customisation): Use a custom event in your workflow and configure your notification scheme to alert the project role when that event is fired. This approach doesn't involve Automation for Jira. Here's how to add a custom event: https://support.atlassian.com/jira-cloud-administration/docs/add-a-custom-event/
Hope this helps!
I'll try these when I get a chance. Working on a higher priority at the moment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure if you are open to use 3rd party apps to solve this, however, I'd like to invite you to check out our app:
It allows you to set project roles as recipients for the notifications and much more.
Feel free to reach out!
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.
Hi @Ann Rumenapp , there isn't a a native way to do this in Jira without using the API, unfortunately :-( That would be super cool. There is an open suggestion for it, though, if you want to add a vote, watch, and comment:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.