Last active
August 30, 2021 14:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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