Reminder Emails

Amandeep Singh May 31, 2018

For a issue in JIRA, I would want to trigger emails based on the following conditions

- An issue is flaged for alerts(this will be custom field in JIRA to identify if an issue)

- Based on last comment

        If the last comment was provided more than n days ago, remind the user.

        If the last comment was provided more than n days ago but today is the dueDate

Can we define these conditions in notification scheme in JIRA or would we need to build business logic in a custom code which will fetch the details using JIRA Rest API's.

1 answer

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 31, 2018

You could build this as a filter and then have your users subscribe to the filter on a daily basis.

Suggest an answer

Log in or Sign up to answer