Skip to content
Developer ToolsReal-timeUpdated May 2026

Azure DevOps

Azure DevOps work items and WIQL queries

Azure DevOps is Microsoft's developer-platform stack — git repos, CI/CD pipelines, work-item tracking, and test plans, all unified under an Azure AD-backed organisation. Tiny Command exposes five actions (no triggers — Azure DevOps has Service Hooks configured in the project admin UI rather than subscribed via API; point a Service Hook at a Tiny Command webhook trigger URL for event-driven workflows): Create Work Item, Update Work Item, Get Work Item, Add Comment to Work Item, and Query Work Items (WIQL — Work Item Query Language, Azure DevOps's SQL-like syntax for filtering across the entire work-item store). The connection uses a Personal Access Token (PAT) from User Settings → Personal Access Tokens, scoped to Work Items (Read & Write). Create Work Item is process-template-aware: the work-item type (Bug, Task, User Story, Feature, Epic) and the required fields depend on the project's process template (Agile, Scrum, CMMI, or Basic). The picker in Tiny Command auto-resolves the type and field schema from the connected project.

0triggers
5actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Azure DevOps can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Add Comment to Work ItemPosts a comment to a work item's discussion thread. Useful for "AI-summarised context → log on the work item" or for cross-tool notifications ("CI build failed → comment on the related work item with the error log").
Create Work ItemCreates a Bug, Task, User Story, Feature, or Epic with title, description, assignee, area path, plus custom fields configured per the project's process template. Required fields depend on the work-item type and project template.
Get Work ItemReturns a work item by ID with all standard and custom fields, relations (parent/child links), and history if requested. The standard lookup for workflows that received a work-item ID upstream and need richer detail.
Query Work Items (WIQL)Runs a Work Item Query Language (WIQL) statement — Azure DevOps's SQL-like syntax for filtering across the work-item store. Returns matching work-item IDs; follow up with Get Work Item for full payload. Useful for dashboards and reporting workflows.
Update Work ItemPartial update on a work item — change state, assignee, priority, or any field. For "auto-transition to Resolved when the related PR merges" or "reassign all open bugs from this engineer to their replacement" bulk-update workflows.
Recipes

Pre-built Azure DevOps workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Azure DevOps once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Azure DevOps field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Azure DevOps integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Azure DevOps to Tiny Command?
Open the Tiny Command workflow builder, drop in a Azure DevOps node, and click Connect. Authorize Azure DevOps once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Azure DevOps triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Azure DevOps today. Use Tiny Command's universal Webhook or Schedule trigger to start Azure DevOps workflows, then run any Azure DevOps action you need.
What Azure DevOps actions can I run from a workflow?
5 Azure DevOps actions are available out of the box, covering developer tools operations like "Add Comment to Work Item". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Azure DevOps integration real-time?
Azure DevOps actions execute synchronously inside your workflow. Tiny Command waits for Azure DevOps's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Azure DevOps with Tiny Command?
No. Every Azure DevOps trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Azure DevOps API endpoint directly.
How much does the Azure DevOps integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Azure DevOps integration itself has no per-app surcharge.
Related

More developer tools apps people connect.

Same category as Azure DevOps, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Azure DevOps.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.