Forums

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

JQL question: List all issues where I'm commented...

Daniel Ronnstam May 31, 2021

Hi. I'm new to JQL, and would need the syntax of the following function:

List all issues where I have been tagged in the comment field and I have not yet opened since the tagging was made.


Is this possible? If so, what is the syntax? Would be greatful for any help.

1 answer

1 accepted

1 vote
Answer accepted
Mohamed Benziane
Community Champion
May 31, 2021

Hi @Daniel Ronnstam 

Welcome to the community

If you want to find issues where you was tagged you need this :

comment ~currentUser()

Unfortunately you can't find with a JQL issues where you're tagged and you didn't open since the tag.

Daniel Ronnstam May 31, 2021

ok thanks!!

Suggest an answer

Log in or Sign up to answer