Want to send mail to all users the issue details . I could execute JQL query with the number of issues, but wanted know how to capture it in an email.
You need to use the filter subscriptions.
You can create multiple subscriptions for the same filter as well.
I hope it help.
Ravi
Hello @Chandrasekar.Venkatraman
The instructions provided by @Ravi Sagar _Sparxsys_ can be used to provide the exact functionality you are asking for. Each recipient (User Emails) you add in the filter subscription will receive an email with the issue details returned in the filter.
If this is not what you need, can you please describe to us which explicit goals the filter subscriptions are not fulfilling for you?
For more details about the instructions provided, you can check the section "Subscribe to search results" in the documentation below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ravi,
Thanks for your reply.
project = ABC AND issuetype = bug AND duedate > endOfDay() AND duedate < endOfDay("+9") ORDER BY duedate ASC
when validated the query it displays the number issues. my request is to include the items that are filtered as per the above query and send it to different email ids.
Thanks in advance.
Regards
Chandrasekar Venkatraman.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.