> On 7. Sep 2019, at 03:52, Jesse Glick <jgl...@cloudbees.com> wrote:
> 
> I tried this, but it does not do what I need: it just sends, say, a
> daily list of all issues matching that filter. To replace the
> notification function of default assignee, I would want something that
> only send me _changes_ in issues matching the filter.

`createdDate > -1d` (or updatedDate) might work for daily notifications from 
subscriptions, perhaps in conjunction with `watcher != currentUser()`. But 
still not a great replacement (and misses issues whose component gets changed 
to yours).

FWIW I like being default assignee for matrix-auth-plugin and being informed of 
new issues quickly. Granted, it's a very low volume of notifications, but I 
expect that to apply to most plugins in the "long tail". It's the top 10-20% of 
plugins that presumably have a very high volume of new and updated issues, 
making having a default assignee impractical.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/FE5691A6-2F90-4311-8439-D5FB060C92AE%40beckweb.net.

Reply via email to