Azure DevOps · Capability

Azure DevOps Project Management

Unified workflow for managing Azure DevOps projects combining work item tracking and CI/CD pipeline operations. Used by development teams, project managers, and DevOps engineers to plan work, track progress, and automate build/release processes.

Run with Naftiko Azure DevOpsProject ManagementCI/CDWork ItemsPipelines

What You Can Do

GET
Get work item — Get a work item by ID
/v1/work-items/{id}
PATCH
Update work item — Update a work item
/v1/work-items/{id}
GET
Get work items batch — Get multiple work items by IDs
/v1/work-items
POST
Create work item — Create a new work item
/v1/work-items
POST
Query work items — Query work items using WIQL
/v1/queries
GET
List fields — List work item fields
/v1/fields
GET
List pipelines — List all pipelines
/v1/pipelines
POST
Create pipeline — Create a new pipeline
/v1/pipelines
GET
Get pipeline — Get a pipeline by ID
/v1/pipelines/{pipelineId}
GET
List pipeline runs — List pipeline runs
/v1/pipelines/{pipelineId}/runs
POST
Run pipeline — Trigger a pipeline run
/v1/pipelines/{pipelineId}/runs
GET
Get pipeline run — Get a pipeline run
/v1/pipelines/{pipelineId}/runs/{runId}

MCP Tools

get-work-item

Get a work item by ID

read-only idempotent
create-work-item

Create a new work item

update-work-item

Update a work item

idempotent
get-work-items-batch

Get multiple work items by IDs

read-only idempotent
query-work-items

Query work items using WIQL

read-only idempotent
list-work-item-fields

List all work item field definitions

read-only idempotent
list-pipelines

List all pipelines in a project

read-only idempotent
get-pipeline

Get a pipeline by ID

read-only idempotent
create-pipeline

Create a new pipeline

run-pipeline

Trigger a pipeline run

list-pipeline-runs

List runs for a pipeline

read-only idempotent
get-pipeline-run

Get details of a pipeline run

read-only idempotent

APIs Used

azure-devops-work-items azure-devops-pipelines