Is there any way to Send out alerts(emails), as per rules (x days before), if there are delays in closing stories and/or tasks within a ticket

group May 11, 2015

Is there any way to Send out email alerts as per rules certain number of days before, if there are delays in closing stories and/or tasks within a ticket

1 answer

0 votes
Udo Brand
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 11, 2015

You can use a filter subscription (see https://confluence.atlassian.com/display/JIRA062/Receiving+Search+Results+via+Email)

Your rule will look something like this (e.g. duedate in 3 days - could also be a datetime field )

... and duedate > endofday(2d) and duedate <= startOfDay(3d)

Suggest an answer

Log in or Sign up to answer