Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to define a filter on any issues where I have been metioned in the last 3 comments

Andreas Bendl January 11, 2019

If that is not possible then perhaps where I have been mentioned in a comment in the last 3 days?

 

I have filtered down to issues updated in the last 3 days but It shows issues where I have been mentioned much earlier than that, and I don't want to see issues where I am not part of the current conversations.....

 

any help would be great:

 

 

2 answers

0 votes
Carlos Garcia Navarro
Community Champion
January 11, 2019

Hi Andreas,

I'm not sure you can get a query to get what you need, but you can use this JQL to find the issues where you have been mentioned in a comment while the issue has been updated in the last 3 days

comment ~ currentUser() and updatedDate >= -3d

This other issue also describes how to use mentions in JQL:

https://community.atlassian.com/t5/Jira-questions/Show-my-mention-s/qaq-p/220486

Hope it helps,

Carlos

0 votes
Matt Doar
Community Champion
January 11, 2019

ScriptRunner can find issues commented by jbloggs within the last 3 days

issueFunction in commented("after -3d by jbloggs")
Matt Doar
Community Champion
January 11, 2019

but I don't recall any plugin that lets you search on @mentions

Suggest an answer

Log in or Sign up to answer