azdo_update_work_item
Modify Azure DevOps work items to update fields like status, assignee, priority, and estimates for project management.
Instructions
Update work item
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acceptance_criteria | No | Acceptance criteria (for user stories) | |
| activity | No | Activity type (Development, Testing, Documentation, etc.) | |
| area_path | No | Area path (e.g., "MyProject\\Team1") | |
| assigned_to | No | User to assign the work item to (email or display name) | |
| board_column | No | Board column to place the work item in | |
| board_row | No | Board row/swimlane to place the work item in | |
| description | No | Work item description (Basic HTML supported) | |
| effort | No | Effort estimate in hours | |
| fields | No | Optional extra fields as JSON string (for custom fields) | |
| id | Yes | Work item ID to update | |
| iteration_path | No | Iteration path (e.g., "MyProject\\Sprint 1") | |
| organization | Yes | AzDO org name | |
| priority | No | Priority (1-4, where 1 is highest) | |
| project | Yes | AzDO project name | |
| remaining_work | No | Remaining work in hours | |
| repro_steps | No | Reproduction steps (for bugs) | |
| severity | No | Severity for bugs (Critical, High, Medium, Low) | |
| start_date | No | Start date (YYYY-MM-DD) | |
| state | No | State (New, Active, Resolved, Closed, etc.) | |
| story_points | No | Story points for estimation | |
| tags | No | Comma-separated tags (e.g., "bug, critical, ui") | |
| target_date | No | Target/due date (YYYY-MM-DD) | |
| title | No | Work item title |