Hi,
I want the reporters to receive notifications when the issues created by them are updated. I do not want to change the Notifications Scheme, I want to create a Subscription to a Filter, but I need help configuring this filter
Thanks :)
Hi @Carlota Vendrell ,
Subscription will send the consolidated list of request which all are updated in the specified time like 24 h or 2d or 1w . You can subscribe this filter on regular interval
example query :
reporter = currentUser() and updated > -24h
this will update the list of request updated in last 24 hours, which are created by current user
A subscription runs regularly, so it will not do "notifications when the issues are updated" - that is specifically what the notification scheme is for. (And to do it with notification schemes, just add "Reporter" to the events they should be told about)
But if you want a subscription, then a filter for "reporter = currentUser() and updated > xxx" should do it. xxx should be replaced with a time period equal to or slightly larger than the subscription time (e.g. if it runs once a day, use -1d)
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.