notification for no activity

Radu Sitaru December 7, 2014

Hello

 I want to create a notification "no activity notification" to be sent when a user story or task is assign to a person and this person does not make any action/update for 2 days on that user story or task.

Which are steps that I need to follow? Because this event is not in the events list, which can generate email notifications.

Thank you in advance for your support,

1 answer

1 vote
Peter Bengov
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.
December 7, 2014

You can create a filter that looks something like this:

 

project = x AND status != closed AND updatedDate <= "-2d" AND issuetype in (Story,Task)

Then create a subscription to send this out to yourself (or a group of users) every 2 days.

There is not way to do this using a Notification Scheme. 

Suggest an answer

Log in or Sign up to answer