Hi,
I need to know how to notify an user if no issues are created in a project for more than 4 weeks.
I tried to use subscription filter. Like if there are no created dates in these 4 weeks then notify.
I used the below jql query as filter.
project = "project" and issuetype = "issuetype" AND NOT (created > startOfWeek(-4w) and created< now())
This fetches no results . If this is true that is if there are no issues in this 4 weeks how can i notify the users.
Please suggest solutions on how to solve this. Also any other methods to acheive this requirement.
Thanks,
Krithica