Currently I am using the Send email functionality in Jira Automation,
There is a requirement to send email to Assignee of the issues which are not update for the past 14 days. below is the email format I am using.
The ask is - If one assignee has multiple issues which are not updated , how can we send a consolidated list to each user.
=====================================
Hi , {{assignee.displayName}}
Please Update the Jira Issue -{{issue}}
The Issue has no update for the past 14 days.
Hi @Alka Singh
I would use filter and subscription for that matter.
Let me know if that helps
Hi Alex,
Thank you for your reply. Let me try that .
I will get back to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alka Singh
I'm not sure for how many users you'd like to configure this. If it's only a few one way could be to run an automation with a scheduled trigger.
Add a Lookup Issues action to search with a JQL like "assignee = 12345 and updated > -14d".
As a third step, you can send the automated email with the result of the lookup issues action.
Would that work?
Matthias.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your reply .
I have to configure this for many users (15 or more .)
Let me try and get back to you.
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.