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 ?
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case create a subscription for yourself with a filter like
reporter =<YOU> and assignee !=<YOU> and updated <-1d and status != closed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.