What JQL returns all issues where currentUser() has added a comment?

Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 30, 2015

Have already tried:

summary ~ currentUser() OR description ~ currentUser() OR comment ~ currentUser() OR text ~ currentUser()

but returns just the issues where the username has been included the comments' content, and thus, it doesn't return issues where currentUser is just the author of the comment.

2 answers

1 accepted

2 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 30, 2015

It is not possible at the moment. On JIRA Server, you can use a plugin like JQL Tricks but it is not an option in Cloud. Not sure if there is a Connect add-on that provides this functionality.

Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 30, 2015

Thank you, Jobin.

0 votes
Johan Persson October 10, 2017

The statement from OP can never work since neither currentUser() nor currentLogin() support the text search operator "~".

See currentUser()

Suggest an answer

Log in or Sign up to answer