In a Team-managed Jira Software Cloud project,
JQL `parent = KEY-1` returns no results,
but `parent = KEY-1 ORDER BY parent` returns all child issues.
Both issues are valid (Epic → Task). The “Parent” field is visible in the child issue,
and the Timeline view shows them correctly. This started after a CSV import.
Environment:
- Jira Cloud Free
- Team-managed project
- No access to reindex functionality
Expected:
`parent = KEY-1` should return the same issues as with ORDER BY clause.
Actual:
`parent = KEY-1` returns nothing, `parent = KEY-1 ORDER BY parent` returns correct issues.
This looks like a partial index update problem (similar to JRACLOUD-81933).
Can an Atlassian engineer please force a reindex or suggest a workaround?
Thanks a lot in advance!
Hello @Mohamed Hazem
It seems you hit the issue https://jira.atlassian.com/browse/JRACLOUD-81933
The workaround is mentioned if you want you can try.
Thanks
Jayesh R
Hey @Mohamed Hazem
This looks like a Cloud indexing quirk after the CSV import. You’re using the right JQL (parent = KEY-1 is the current, unified field for epic/parent in Cloud), but you can’t trigger a manual re‑index on Cloud, Atlassian handles it automatically.
What to try now
Notes
Docs
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the ideas @Christos Markoulatos
Unfortunately, the only thing that worked in the end was to bulk move the epics (and their children) to a different project, then moving them back.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.