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
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!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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" ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
It is not possible with the out of the box JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.