Can We Notify the user if the issue is not updated ?

mayursupare January 23, 2017

In my project there are several approvals.if any user not updated for 24 hr then it will get the notification for the same.

can you suggest me the possible way or any plugin for the same ?

1 answer

1 accepted

2 votes
Answer accepted
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.
January 23, 2017

use a subscription as decribed here (to all users)

https://confluence.atlassian.com/jira060/receiving-a-daily-summary-of-updated-issues-370705085.html

Use a filter like this

updated <-1d and assignee = currentuser() and status != closed

Mayur Supare January 24, 2017

Udo brand,

Thanks for Quick response

if i created the issue and assign it to a different user.if that user is not update on issue in 24 hr then it should notify me on mail.

 

Thanks and regards,

Mayur 

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.
January 24, 2017

In that case create a subscription for yourself with a filter like

reporter =<YOU> and assignee !=<YOU> and updated <-1d and status  != closed

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events