I need to run some reports for a project which was migrated to the cloud in the middle of 2024. The query is as follows:
project = "XXXX" AND issuetype = Defect AND status WAS "Transferred" ON "2024-01-01" ORDER BY created DESC
When I run this query in the cloud, I get over 8k results which is incorrect however when I run the query in Jira server I get the correct number of issues (around 300)
I am wondering if this is a known issue when a project is migrated, or am I missing something in my query? I'm concerned that we wont be able to run queries and generate reports for projects that were migrated which would be a big problem for us.
Hello @Jason Finan
There are well-known problems that can arise with JQL when doing status change searches with historical changelogs in Issues imported from a migration.
Refer to these Bugs in JAC, then contact Atlassian directly for assistance:
Thanks David for the steer. I'll check out the known bugs and contact support if needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
are all the changelogs imported correctly?
Can you spot check (for few issues) statusCategoryChangedDate column value in server and cloud and their changelogs to see if you can spot some differences?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can see from the history of the issues that the status change has been migrated to the cloud correctly and matches server.
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.