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.
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'"
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.