Ticketing Troubleshooting
Troubleshoot issues with Moveworks Native Ticketing Functionality
Overview
This section provides diagnostic guides and troubleshooting resources for common issues related to Moveworks ticketing functionality. These guides are designed to help implementation engineers and support teams quickly identify root causes and resolve configuration issues.
Each guide includes:
- Common failure scenarios and their symptoms
- Step-by-step diagnostic workflows
- Configuration validation procedures
- System-specific considerations
- Prevention best practices
Available Guides
- Troubleshooting Ticket Resolution - Comprehensive guide for diagnosing and resolving ticket resolution failures, including state transition issues, permission errors, and workflow validation problems.
More troubleshooting guides will be added to this section as common patterns are identified and documented.
This gives you a clean landing page that:
- Explains the purpose
- Sets the structure/format readers can expect
- Links to the existing guide
- Acknowledges more content is coming without over-promising
ITSM Ticketing Error Codes Reference
The table below provides a comprehensive table of ITSM ticketing error codes with their possible root causes.
Error Categories
Authentication/Authorization
ITSM_FORBIDDENITSM_UNAUTHORIZEDITSM_OPERATION_DENIED
System Connectivity
ITSM_CONNECTION_LOSTITSM_EXTERNAL_SERVICE_UNAVAILABLEITSM_EXTERNAL_SYSTEM_UNRESPONSIVE
Configuration Issues
ITSM_MISSING_PROVIDER_ERRORITSM_MISSING_CONFIGURATIONSITSM_CLIENT_NOT_IMPLEMENTEDITSM_INTERNAL_STATE_NOT_MAPPED
Data/Input Validation
ITSM_INVALID_TICKET_IDITSM_INVALID_FORM_URLITSM_BAD_REQUEST_TO_EXTERNAL_SYSTEMITSM_TICKET_MISSING_REQUIRED_FIELDSITSM_INVALID_REQUEST
File Operations
ITSM_FILE_UPLOAD_FAILEDITSM_FILE_UPLOAD_TIMEDOUTITSM_FILE_UPLOAD_AFTER_COMMENT_TIMEDOUTITSM_FILE_UPLOAD_AFTER_COMMENT_FAILED
Business Logic
ITSM_UNSUPPORTED_TICKET_TYPEITSM_UNACTIONABLE_TICKET_CLOSEDITSM_TICKET_ALREADY_OPENITSM_UNEXPECTED_TICKET_STATEITSM_UNABLE_TO_UPDATE_TICKET
User/Identity
ITSM_USER_ID_INFO_NOT_FOUNDITSM_FAILED_TO_RESOLVE_ASSIGN_TO_USERITSM_REQUESTER_NOT_SET_AS_EXPECTED
External System Issues
ITSM_EXTERNAL_SYSTEM_RATE_LIMITEDITSM_RESOURCE_EXPIRED
Response Handling
ITSM_TICKET_MISSING_IN_RESPONSEITSM_EVENT_TRANSLATION_FAILED
HTTP Status Code Mappings
Many ITSM errors are directly mapped from HTTP status codes:
- 400/422 (Bad Request/Unable to Process) →
ITSM_BAD_REQUEST_TO_EXTERNAL_SYSTEM - 401 (Unauthorized) →
ITSM_UNAUTHORIZED - 403 (Forbidden) →
ITSM_FORBIDDEN - 404 (Not Found) →
ITSM_OPERATION_DENIED - 408 (Timeout) →
ITSM_EXTERNAL_SYSTEM_UNRESPONSIVE - 410 (Gone) →
ITSM_RESOURCE_EXPIRED - 429 (Rate Limited) →
ITSM_EXTERNAL_SYSTEM_RATE_LIMITED - 500 (Internal Server Error) →
ITSM_OPERATION_DENIED - 501-504 (Server Errors) →
ITSM_EXTERNAL_SERVICE_UNAVAILABLE