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.
I know this is an outstanding issue for JIRA.
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.