Hi,
I am trying to send a notification to the project lead when a release in that project is overdue. Can anyone suggest any wayout?
Regards
Wahid
Unfortunately “release date” itself is not a query-able field. You could create a new custom field and use it. Concept - when you commit issues to a release you would set the custom field date. You would create a subscription filter that would run daily that compared the custom field value to the startofday(), e.g. <= startofday(“+3d”) or something like that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.