You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
We want to send emails based on the below JQL query condition from the Script Listeners.
project = test AND Status != Closed AND Country = "UK"
Country is an single select list.
Thanks in Advance,
Ch
Hi manikanta,
have you already checked the documentation for Script Runner?
To my knowledge there is no ready solution - your requirement can be met using Script Runner but it needs some development and testing.
A direct sending of mails is probably not the best approach but you can go with Event > Notification Scheme also to dispatch a mail to the desired recipients.
I have seen that there are some alternative solutions in discussion:
https://community.atlassian.com/t5/Jira-questions/How-to-get-notified-whenever-a-update-is-happen-in-the-filter/qaq-p/1531626
This is a more easy implementation. Having the appropriate JQL query ready you can use a Filter Subscription to get a mail if the query matches. It will list all matching issues.
Here is some more information about it:
https://www.atlassian.com/blog/jira-software/jql-the-most-flexible-way-to-search-jira-3-of-4
Cheers,
Daniel
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.