Using the "commented" JQL, can we search for tickets which have been commented on after another user?

Kyle Harrison April 8, 2015

Specifically related to @Jamie Echlin [Adaptavist]'s Script Runner plugin, I'm trying to write a search which finds JIRA tickets which have been commented on by a user after a member of the team has commented.

In Pseudo code it was be something like: find all JIRAs where there's a comment by a user not in the project admin role, after a comment from a user in a project admin role.

e.g.

JIRA 1: Comment at 10:00 by project admin, comment at 11:00 by User

JIRA 2: Comment at 09:00 by project admin

JIRA 3: Comment at 09:00 by User, comment at 10:00 by project admin

Of those, I should just find JIRA 1.

Hope that makes sense.

1 answer

0 votes
Kyle Harrison April 8, 2015

NB a way of querying the "last comment" may suffice for this. ie "Last comment was by a user NOT in the role 'Project Admins'"

Suggest an answer

Log in or Sign up to answer