Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA email notifications

radhakrishnan s February 21, 2019

Please let us know on how to send escalation mail from JIRA, if task is not closed/acted on time from assignee.

description: if a particular task is not started/closed beyond the 'actual start date'/'actual end date', then an email should be triggered to the user. Is this email notification feature available in JIRA?

2 answers

2 accepted

1 vote
Answer accepted
Alexey Matveev
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.
February 21, 2019

Hello,

You can create a filter to filter all such tasks:

reporter = currentUser() and "start date" > now() and status != "In Progress"

and then you can create a subscription for this filter in the settings of the filter. 

In this case users will receive a list of issues where they are reporters and start date is over.

https://confluence.atlassian.com/jiracorecloud/working-with-search-results-765593781.html

0 votes
Answer accepted
Joe Pitt
Community Champion
February 21, 2019

You can't do it. @Alexey Matveev solution is the workaround. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events