Finding recent at mentions

Tim_Brigham October 20, 2014

My team deals with a number of projects that span other departments and groups. It would be really useful to have a dashboard that displays any of the 'at' mentions made for my user account in the last week to have a nice, concise view. 

What I've come up with so far is the following:

text ~ currentUser() AND updatedDate >= -7d AND status not in (Resolved, Closed) ORDER BY updated DESC

 

Unfortunately this only checks if the date updated is within 7d and if I'm mentioned at some point during the past of the ticket, not if both conditions are true simultaneously (it has to be recent mentions, specifically).

How can I do this? I do have JQL Tricks installed already for a couple other advanced searches.. I'm not sure if that'd even do the trick. 

1 answer

0 votes
Norman Abramovitz
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 20, 2014

I know this is an outstanding issue for JIRA.

https://jira.atlassian.com/browse/JRA-26727

Suggest an answer

Log in or Sign up to answer