Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
Following Query needs some time to present result set:
project = GLOB AND issuetype = Sub-task AND status in ("In Dev", "In Clarification", "Ready for Dev", "Rework Required", "To Do", Submitted, Inquiry, "In Progress") AND issue in parent("'Customer Country/s' in ('Germany (DE)', 'WorldWide (WW)')") AND issue in parent("status in ('In Dev', 'In Clarification', 'Ready for Dev', 'Rework Required', 'To Do', Submitted, Inquiry, 'In Progress')") AND issue in parent("type in (story, defect)") ORDER BY assignee ASC, key DESC, cf[10117] ASC, status DESC, created DESC
If I extent : issue in parent("type in (story, defect)") by task
It returns no resultset anymore (I assume timeout to short)
Please be so kind and have a look how to optimize the query, or extend the timeout
Thank you very much.
Ondřej