Details
-
Bug
-
Status: Ready for Release
-
Medium
-
Resolution: Unresolved
-
Xray Cloud 15.0.0
-
None
-
N/A
Description
Description:
Project reindex fails on Xray Cloud with the error "Error re-indexing Xray issues - There were errors while synchronizing Jira issues with the Xray database."
The root cause is that the Jira API rejects bulk issue property updates with an HTTP 503 ("The task was rejected because another bulk update on the same issues is running") when concurrent batches overlap.
How to reproduce:
- Navigate to Xray Project Settings and open the Re-Indexing page for any project.
- Trigger a full project reindex.
- Observe the reindex progress and completion screen.
- The reindex job completes but displays: "Error re-indexing Xray issues - There were errors while synchronizing Jira issues with the Xray database. Please contact your Jira administrator."
Actual result:
Reindex fails with the generic UI error: "Error re-indexing Xray issues - There were errors while synchronizing Jira issues with the Xray database."
Expected result:
Reindex completes successfully without errors. Bulk issue property updates are processed sequentially (or with proper retry/backoff logic) so that concurrent Jira API calls do not conflict.
Attachments
Issue Links
- duplicates
-
XRAYCLOUD-8954 After ther Xray Cloud release 6.6.0, geeting: Error re-indexing Xray issues. There were errors while synchronizing Jira issues with Xray database.
-
- Ready for Release
-
- is duplicated by
-
XCC-2500 Loading...