Skip to content

Instantly share code, notes, and snippets.

@raditotev
Last active April 17, 2024 07:16
Show Gist options
  • Save raditotev/1283ebbffad75dd3e2dc8233d64eda9d to your computer and use it in GitHub Desktop.
Save raditotev/1283ebbffad75dd3e2dc8233d64eda9d to your computer and use it in GitHub Desktop.
JQL queries
// Get completed tickets where a user changed the status to REVIEW (i.e. completed tickets by a given user)
project = XXX AND status was "To Do" AND status = Done AND status changed TO REVIEW BY 62cbffb38afb5805e5d3b51a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment