Filter Subscription

Vedat October 30, 2017

I need to send e-mail to the current user if issue status comes to resolved. Issues which will be sent e-mail should be assigned to the current user. The time inverval must be any time before a.m. and after p.m for a day. E-mail should be sent twice. 

I ask for your help.

Thanks..

2 answers

1 vote
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 30, 2017

Hi! 

These links will help for you:

https://confluence.atlassian.com/jira064/receiving-search-results-via-email-720416706.html

https://confluence.atlassian.com/jiracorecloud/advanced-searching-765593707.html

 

your query will be like this: 

assignee=currentUser() and status = Resolved 

 

 

Cheers,

Gonchik Tsymzhitov

0 votes
Vedat November 3, 2017

Hi,

I need to filter issues if their status is not resolved after 2 days. I use this filter to send e-mail to the manager. I plan to utilize cron expression in Jira but  I should first write the jql query to filter the issues.

Thanks a lot,

Suggest an answer

Log in or Sign up to answer