Please let me know if it's possible to somehow setup Jira sending e-mail when a new item appears in particular filter?
For example:
I see Receiving search results via email but that is something different - I don't want whole search and by schedule, instead I want only new items and when they appear. Please let me know if there's a built-in feature already available or maybe in the roadmap. Thank you.
Not exactly what you want of something automatic, but if you schedule a filter to run lets say every 10 minutes, you can then add the following clause to your JQL
createdDate >= '-11m'
I added an extra minute to deal with minute boundaries and execution time flucuations.
You can use 'updatedDate' as well
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also some of your conditions might be able to be handled by notification schemes as well
https://confluence.atlassian.com/display/JIRA/Creating+a+Notification+Scheme
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.