Skip to content

Instantly share code, notes, and snippets.

@Rahmanism
Last active August 30, 2021 14:48
Show Gist options
  • Save Rahmanism/edf5da967226367dc8715d9685eefb0c to your computer and use it in GitHub Desktop.
Save Rahmanism/edf5da967226367dc8715d9685eefb0c to your computer and use it in GitHub Desktop.
JQL to find all issues in Jira that their status has changed in a specific date to a specific status
project = "YourProject" and status changed from "Done" to "open" and status changed on "2021/08/30" ORDER BY created DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment