Hi,
Is there any way to create a email notification to be sent to assingee and reporter for issue which are not update after some period.
Please help us on the query.
We have a filter for that:
updated <= -1w AND status != closed AND assignee = currentUser()
which is subscribed by the jira-users group to inform the assignees - I think you can easily expand that for reporters, i.e. a second filter with
updated <= -1w AND status != closed AND reporter = currentUser()
which should also be subscribed by jira-users, or whatever group you like to notify
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.