Forums

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

ScriptRunner: List of all issues where current user is mentioned and current user did not comment

Peter Høgenhaug December 18, 2019

Hi guys,

I'd like a filter that helps me find all issues

  • where current user is mentioned in a comment
  • where current user did not comment after they were mentioned

Would that be possible using JQL or ScriptRunner?

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Leo
Community Champion
December 18, 2019

Hi @Peter Høgenhaug,

 Below JQL query will give you the result of currentuser mentioned and currentuser did not make any comments yet. but I don't think there is a way to fetch issues where currentuser did not comment after they mentioned with available functions in JQL

project = PROJECT AND comment ~ currentuser() AND issueFunction not in commented("by currentuser()")

 

BR,

Leo

TAGS
AUG Leaders

Atlassian Community Events