Forums

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

Notify the reporter if End Date Exceeds in jira

Abhishree Nagesh
Contributor
January 17, 2019

Hi,

I have 2 custom fields(Start date and End date) and these fields are placed in the Estimation transition screen.

if the assignee is working on the issue more than the estimated end date then the reporter must get notify .

how can this be achive this in jira.

 

Regards,

Abhishree Nagesh

1 answer

1 vote
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.
January 17, 2019

Hello,

You should create a filter with a JQL like this:

reporter = currentUser() and "end data" < now()

 Then create a subscription for this filter, which will send all found issues to the reporter.

You can read more about subscriptions here:
https://confluence.atlassian.com/jira064/receiving-search-results-via-email-720416706.html 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events