azdo_update_work_item
Update Azure DevOps work items by modifying fields such as state, title, description, tags, and priority.
Instructions
Update work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID to update | |
| tags | No | Comma-separated tags (e.g., "bug, critical, ui") | |
| state | No | State (New, Active, Resolved, Closed, etc.) | |
| title | No | Work item title | |
| effort | No | Effort estimate in hours | |
| fields | No | Optional extra fields as JSON string (for custom fields) | |
| format | No | Format for large text fields (description, acceptance criteria, repro steps, justification): "markdown" or "html" (default: "markdown") | markdown |
| project | Yes | AzDO project name | |
| activity | No | Activity type (Development, Testing, Documentation, etc.) | |
| priority | No | Priority (1-4, where 1 is highest) | |
| severity | No | Severity for bugs (Critical, High, Medium, Low) | |
| area_path | No | Area path (e.g., "MyProject\\Team1") | |
| board_row | No | Board row/swimlane to place the work item in | |
| start_date | No | Start date (YYYY-MM-DD) | |
| assigned_to | No | User to assign the work item to (email or display name) | |
| description | No | Work item description (use markdown syntax when format is "markdown", HTML tags when format is "html") | |
| repro_steps | No | Reproduction steps (use markdown syntax when format is "markdown", HTML tags when format is "html") | |
| target_date | No | Target/due date (YYYY-MM-DD) | |
| board_column | No | Board column to place the work item in | |
| organization | Yes | AzDO org name | |
| story_points | No | Story points for estimation | |
| justification | No | Justification (CMMI process template; use markdown syntax when format is "markdown", HTML tags when format is "html") | |
| iteration_path | No | Iteration path (e.g., "MyProject\\Sprint 1") | |
| remaining_work | No | Remaining work in hours | |
| acceptance_criteria | No | Acceptance criteria (use markdown syntax when format is "markdown", HTML tags when format is "html") |