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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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