Introduction
Salesforce DevOps Center is designed to streamline metadata deployments and improve release management across environments. However, users may occasionally encounter platform-level issues that interrupt standard workflows.
One such issue is the “Error fetching work items” message during metadata commits. This article provides a detailed analysis of the issue, validated findings, official confirmation, and a practical workaround to maintain delivery continuity.
Issue
During the process of committing metadata from a Sandbox environment via the Change Management interface in Salesforce DevOps Center, users may encounter the following error: Error fetching work items Failed to fetch work items for project from remote DevOps Center.
This error prevents the system from retrieving associated work items, thereby blocking the commit process within the Sandbox environment.

Root Cause Analysis
After a thorough technical investigation, the following conclusions were drawn:
- Named Credentials Configuration:
All Named Credentials across Sandbox and Production environments were properly authenticated and functioning as expected. - Work Item Status Validation:
The relevant Work Item was in the correct lifecycle stage (In Progress) and eligible for association. - Environment Integrity:
No discrepancies were found in environment setup, permissions, or connectivity.
Despite validating all standard configurations, the issue persisted—indicating a platform-level defect rather than a configuration issue.
Salesforce Acknowledgment
The issue was escalated through an official Salesforce Support case. The response from Salesforce confirmed:
- This is a known bug in DevOps Center.
- A fix has been scheduled for version 260.12 (upcoming patch release).
- Salesforce has recommended an interim workaround to bypass the issue.

Business Impact
This issue affects organizations using a structured DevOps pipeline such as:
Development Sandbox → UAT Sandbox → Production
Key Impacts:
- Disruption in committing metadata from Sandbox environments
- Temporary deviation from standard DevOps workflows
- Additional manual steps required for deployment
However:
- Development activities can continue without interruption
- The issue is non-blocking with the available workaround
Recommended Workaround
Until Salesforce releases the official fix, the following approach is recommended:
1. Commit Changes from Production DevOps Center
- Perform metadata commits directly within DevOps Center in the Production org
- Continue development and testing activities in Sandbox environments as usual
2. Maintain Change Tracking
- Document changes clearly to ensure traceability during this interim process
- Align teams on the temporary workflow adjustment
Best Practices Moving Forward
- Monitor Salesforce release notes for version 260.12 deployment
- Validate the fix in a lower environment before resuming standard workflows
- Maintain flexibility in DevOps processes to handle platform-level issues
Conclusion
The Error fetching work items issue in Salesforce DevOps Center is a confirmed product bug with an upcoming fix. While it introduces a temporary disruption in Sandbox-based commits, organizations can effectively mitigate its impact using the recommended workaround. By adapting processes and maintaining
