You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- bgColor switched from white to Azure DevOps brand color #0078D4 (block + mdx)
- WIQL query_work_items: hydrate ALL matched IDs by chunking through batches
of 200 instead of silently truncating; check response.ok on the follow-up
fetch and surface a clear error on 4xx/5xx; trim org/project; expose
totalMatched in metadata so users can see pre-hydration count
- Add MANUAL-CONTENT-START:intro section to the azure_devops.mdx docs page
- Update unit tests for new chunking behavior and update-work-item validation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/azure_devops.mdx
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,26 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
7
7
8
8
<BlockInfoCard
9
9
type="azure_devops"
10
-
color="#FFFFFF"
10
+
color="#0078D4"
11
11
/>
12
12
13
+
{/* MANUAL-CONTENT-START:intro */}
14
+
[Azure DevOps](https://azure.microsoft.com/en-us/products/devops) is Microsoft's end-to-end DevOps platform for planning, building, testing, and shipping software. It powers engineering at tens of thousands of enterprises across automotive, financial services, government, and any organization built on the Microsoft stack.
15
+
16
+
With the Azure DevOps integration in Sim, you can:
17
+
18
+
-**Inspect pipelines and runs**: List pipelines, fetch metadata, and walk through run history with status and result
19
+
-**Triage build failures**: Pull build timelines to see which stage, job, or task failed, then fetch the exact log for the failing step
20
+
-**Audit changes between builds**: Surface the work items that landed between any two builds — useful for release notes and regression hunts
21
+
-**Query work items with WIQL**: Run full WIQL queries and get hydrated work item fields back in a single call, not just IDs
22
+
-**Manage work item lifecycle**: Create, update, and read Issues, Tasks, and Epics with structured fields — title, description, priority, assignee, area path, iteration, tags, effort, and dates
23
+
-**Collaborate via comments**: Add internal or public comments to work items and read full comment history
24
+
-**React in real time**: Trigger workflows when builds fail or new work items are created via Azure DevOps service hooks
25
+
26
+
These capabilities let your Sim agents close the loop on the DevOps lifecycle — automatically triaging broken builds, drafting release notes between deployments, syncing work items across systems, and keeping engineering operations running while your team focuses on shipping.
27
+
{/* MANUAL-CONTENT-END */}
28
+
29
+
13
30
## Usage Instructions
14
31
15
32
Integrate Azure DevOps into your workflow. List and inspect pipelines and builds, query and manage work items, and add or read comments.
0 commit comments