updateWorkItemState
Modify the state of a work item in Azure DevOps by providing the work item ID and the new state. Optionally, include a comment to explain the state change. Streamline workflow management with this API tool.
Instructions
Update the state of a work item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment | No | Comment explaining the state change | |
id | Yes | ID of the work item | |
state | Yes | New state for the work item |