Forums

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

Need a simple JQL quey for finding the last person commented.

siva
Contributor
August 16, 2019

Tried to write a JQL query in activity stream gadget.

 

1. Need a query to view all the issues commented by other users not by Current user.

Tried few queries but doesnt give quite the results.

Any suggestion how to try.

3 answers

0 votes
DPKJ
Community Champion
August 16, 2019

This is not possible with stock JQL.

You will need plugin like, 'Script Runner', 'JQL Tricks' to accomplish this.

0 votes
Muhammad Ramzan_Atlassian Certified Master_
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.
August 16, 2019

@siva  As mentioned by @Jack Brickey  you cannot get it directly using the jql, you need to use plugin for that for example following is the plugin  JQL Search Extensions for Jira & reports which i am using for such type of queries

 

 

If you run following queries it will return all issues where user belongs to group 'employees' commented.

issue in commentedByUser("membersOf(employees)")

 

following query will return all issues where user 'filip' commented

issue in commentedByUser("filip")
0 votes
Jack Brickey
Community Champion
August 16, 2019

Well, as it turns out it isn’t so simple. OOTB you cannot. Look at Scriptrunner or JQL Search Extensions.

siva
Contributor
August 16, 2019

Any suggestions , with script runner 

im trying diff queries but nothing is promising.

any link i can go through ??

Jack Brickey
Community Champion
August 16, 2019

Look to your right here under Recommendations which may lead you on a journey of illumination. ;-)

Like siva likes this

Suggest an answer

Log in or Sign up to answer