Forums

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

JQL to show if reporter has added a comment after status = Resloved

Adam Gillogly November 7, 2018

Hi There

 

I just need some help writing up a JQL. This is what I have so far but cant figure out of what else it needs or what isnt working

assignee = currentUser() AND status = Resolved AND comment ~

 

I just want to show a list of issues where the issue status = resolved and a comment has been added by reporter after status has been changed to resolved

Thanks

2 answers

1 accepted

2 votes
Answer accepted
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.
November 7, 2018

hi @Adam Gillogly,

if you have adaptive script runner plugin, you can try below JQL.

issueFunction in commented("after 2018/05/08") and issueFunction in commented('by alanaf')

 

I have added the resolved date in 'after date' section and reporters user name in 'by user name

 

hope this helps!  

Adam Gillogly November 7, 2018

Hi @Alana Fernando

 

Thanks for your reply. I dont have the addon installed. Would you know if its able to be done out of the box as a JQL or is the purchase of the addon only going to achieve this

 

Thanks

vs_krishnan January 5, 2023

Is it possible to use a variable  here ... ie.  instead of 

issueFunction in commented("after 2018/05/08")

can i have   something equivalent to issueFunction in commented "after resolved" ? 

0 votes
Alexey Matveev
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.
November 7, 2018

Hello,

It is not possible with the out of the box JQL.

Adam Gillogly November 8, 2018

Thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events