Forums

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

JQL of reporter commented

Marzi Goodarzian
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.
July 21, 2018

Hi

I want to see issues list that more than four weeks, the reporter has not made any comment, or the reporter has not done anything in his issue (may be assignee has comment in this  4 weeks)

 

I used this JQL but has error:

"updated <= -4w and  issueFunction in commented ( inGroups (x,y,z))

x,y,z are groups of project member(reporters of project are  in these groups).

Is there a function for comment made by reporter?

thanks

4 answers

0 votes
Marzi Goodarzian
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 12, 2018

Hi

I use JCT Group Member Last Comment field, this show last reporter comment and Date of comment(in a field), but I want to use "commentDate" of this field.

How can this be done?

thanks

JCT Group Member Last Comment field shown below:

 

55656566.JPG

0 votes
Manon Soubies-Camy
Community Champion
July 23, 2018

Hello @Marzi Goodarzian,

Since you're using Jira Service Desk, I guess reporters usually are customers. If so, you could try the following JQL (I can't try it out right now so maybe you'll have to make some adjustments):

issueFunction in lastComment("inrole Customers before -4d")

To get the date of the last reporter comment, I can't think of anything else than a dedicated custom field (scripted field/listener).

Hope this helps!

- Manon

Marzi Goodarzian
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.
July 29, 2018

Hi

thanks @Manon Soubies-Camy

You understood the meaning of my order.

this JQL is right for  Last comment, so as this gives information of last comment and

dont get my target.

:(

0 votes
Alana Fernando
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.
July 22, 2018

hi @Marzi Goodarzian,

Try below JQL. From Advance search you can get the ticket list that relevant to below query. 

issueFunction in commented("before -4w by <user name>")

issueFunction in commented("before -4w by alana")

 

Reference: 

Script JQL Functions :Comments

hope this helps  😊 

Marzi Goodarzian
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.
July 23, 2018

Hi

thanks @Alana Fernando

your jql is correct about one reporter, but I want to get for all reporters, a comprehensive report from last comment date of reporters in a project.

Better to say:

last commented date of reporters in a project.

thanks

Like Matthew Gaffney likes this
Alana Fernando
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.
July 23, 2018

Sorry @Marzi Goodarzian,

to the best of my knowledge I am not sure it is possible to extract issues that has comments by Reporter. Still you can search for user groups and roles though. 

0 votes
Marzi Goodarzian
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.
July 21, 2018

Hi

How can I get last commented date of reporter??

Thanks for the guidance.

Suggest an answer

Log in or Sign up to answer