Hi Community,
I have setup a Jira Rule > Scheduled Trigger where - if issue remains in Done status without any changes on status from last 1 day, then an email is send to Reporter.
Now, I want to send followup emails every 7 days, after the first email has been sent. The rule should stop as soon as Reporter fills out the Feedback question.
Quick questions:
1) Do I need to create a separate rule for sending emails "every 7 days"?
2) In "every 7 days" rule, can I use a custom field such as "Escalation Counter" which starts at "0" and increments each time the rule runs, to help determine when to send followup emails?
3) How can I use Lookup work item to achieve this request?
Please provide any useful screenshots or step-by-steps guidance as it will be a great help.
Thanks
Based on my understand of your query, here’s a clean way to do this with one rule that:
I will advice you create three custom fields as pre-requisite:
First Feedback Email Sent: A Date/Time field
Last Feedback Email Sent: A Date/Time field
Reminder Count: A number
Your "Feedback" field can be of any type; you will just it to check “is EMPTY”.
And for the reminder, you can have a JQL like this to count: {{#=}}{{issue.Reminder Count|0}} + 1{{/}}
I hope this hint can be of help.
Suraj
I'd do something a bit different.
status CHANGED To Done AFTER -7d"
And that should do the trick.
Let me know if that works or you have any questions.
Best regards,
Ariel.
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.