I'm trying to come up with a JQL query to see when certain users added comments

Jay Barra September 18, 2013

I need to search on issues that have gone to a certain group and who have added comments and I'm not sure how.

The closest thing I've come up with is

updated > "-5w" and status changed by (user1, user2, user3)

But that only covers things they have transitioned in the workflow. Any one have an idea on how to see issues that have been commented on in the last month?

2 answers

1 accepted

0 votes
Answer accepted
darylchuah
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 18, 2013

Hi Jay

I believe you can try to use this third-party plugin, Script Runner to achieve this configuration.

For more information, can you please refer to the following https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions

Hopefully it helps :)

JamieA
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.
September 18, 2013

More specifically https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-commented(commentquery)

But it doesn't support "commented by useringroup X")... the role and group predicated are for search for comments with a particular security level.

1 vote
Udo Brand
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.
September 18, 2013

You could use Script runner plugin, it has a jql function which can help you

issueFunction in commented("by user1")

Suggest an answer

Log in or Sign up to answer