Why JQL query is not enough for you? It would be like this
status changed from Resolved to Reopened during ("date1", "date2")
You could also pass the JQL query to REST API call (search method) and get all issues which satisfy the condition. It would be a much cleaner solution.
https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-search-get
SQL is the single worst possible way to report on Jira, please do it properly with the UI or API.
If you insist on doing it the wrong way, look in the changeitem table, which you'll then need to join to at least two other tables just to get the basics out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.