Hi,
I want to set up automation to send 1 email with a list of overdue items to both the PM and the PMM listed in the initiative. Is something like this possible?
For example, let's say the project is called 'CORE' and the following keys/items are overdue:
Am I able to send 1 email with a summary list to PM Lola that shows CORE-101 and CORE-230 as overdue items that need to be updated and auto-include the respective PMMs (Mark Zuck and John Smith) in that same email?
If so, what steps do I need to take? Screenshots would be appreciated! Thanks in advance!
Hi @JD -- Welcome to the Atlassian Community!
There are several ways to solve this:
You asked about doing this with an automation rule. Although this question has been asked many times, there is a slight variation to your scenario as you also want to notify the people in the PMM field.
What have you tried thus far to solve this need?
To help get you started on your rule...
What type of project is this: company-managed or team-managed? You may find that information at the bottom-left of the screen expanding area.
If you are using a team-managed project, and the PM and PMM fields are People fields, the email address will not be available to the rule: https://jira.atlassian.com/browse/AUTO-519 The workaround for this is to ask your Jira Site Admin add a company-managed custom user fields for use as PM and PMM.
Let's assume that is all resolved, or you are using a company-managed project. Here is an outline and some steps to help with the rule.
Kind regards,
Bill
Hi,
My suggestion would be to create a filter like this "project = "SKP" and duedate >= now() and statusCategory != Done ORDER BY due ASC", or whatever is most appropriate, and create a subscription management for the filter. The recipient group can be created in Jira with the users who should receive the email.
This will be the list of overdue issues that will be sent to the email
This suggestion does not use automation and can be implemented for several sending intervals.
I hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks so much Luis! For the subscription, would it send all issues to the people subscribed? Or can you customize it to make only applicable issues send to the applicable people?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.