wit_create_work_item
Create a new work item in Azure DevOps by specifying the project, work item type, and field values. Use this tool to streamline task, bug, or feature creation with PAT authentication.
Instructions
Create a new work item in a specified project and work item type.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | Yes | A record of field names and values to set on the new work item. Each fild is the field name and each value is the corresponding value to set for that field. | |
project | Yes | The name or ID of the Azure DevOps project. | |
workItemType | Yes | The type of work item to create, e.g., 'Task', 'Bug', etc. |