Azure DevOps Integration
Create Azure DevOps work items from Glitch reports with debug info embedded in the description.
Setup
- Open Settings → Integrations → Azure DevOps.
- Enter your Organization URL (e.g.
https://dev.azure.com/your-org). - Enter a Personal Access Token with Work Items (Read & write) scope.
- In Azure DevOps, go to User settings → Personal access tokens → New Token.
- Click Save.
Creating a work item
- Click Share in the report toolbar.
- Select Azure DevOps.
- Choose a Project.
- Enter a title and description.
- Click Create Work Item. Console errors, network failures, and environment info are embedded in the description.
Notes
- Your PAT and organization URL are stored locally in Chrome’s extension storage.
- Uses the Azure DevOps REST API (v7.1).