Hi, I recently created an automation rule to send an email to assignee/reporter daily if an issue has not been updated in the past 7 days.
This is the JQL that I used: project = AFOO AND component in ("Vital - Development") AND type in (Story, Bug) AND issuetype != Epic AND status not in (Ready, Completed) AND labels in ("Drafting", "ReadyForSAReview", "ReadyForPOReview", "ReadyForGrooming", "ReadyForEstimate") AND (Sprint is EMPTY OR Sprint in futureSprints()) AND labels not in (tech-debt, DevOps) AND updated < -7d ORDER BY Rank ASC
I clicked run rule and I created this rule 3 days ago. However, I have not received any emails since, even though I am supposed to get an email daily, and there are issues that exist that have not been updated in the past 7 days, does anyone know how I can solve this problem?
Attached is also the picture flow of the automation rule.
Hi Elizabeth - Welcome to the Atlassian Community!
So if you click the Run rule now does it not run? What is the result in the Audit log?
Hi John, thanks for the reply :)
I have checked the audit log, the status says success. However, I did not receive any emails. I am not sure if this is because I am testing the rule in the dev environment of Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post a screenshot of the details of the Audit Log where it runs with success?
Also, do those email addresses get other emails from Atlassian/Jira?
Oh, and since it is a dev instance, make sure that email sending is turned on globally!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, here is the screenshot. Yes, the email addresses do get other emails from Atlassian/Jira main server, when eg. an issue is updated etc. However, I am trying to run the automation rule in the dev server first to check that it is working well, before executing it in the main server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, that doesn't make sense. So you went to that same page and clicked on Show More and that's what you got?
Maybe click the Refresh icon there in the audit log list (top right) and then click on the show more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's probably best to go ahead and open a support ticket with Atlassian. They can better get to the bottom of this since they have access to your environment. Please post back here with the resolution.
https://support.atlassian.com/contact/#/
Good luck!
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.