devops_work_item_create
Create work items (Task, Bug, User Story) in on-premises Azure DevOps with custom field values and optional validation.
Instructions
Create a new work item of the specified work item type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The work item type to create, e.g. 'Task', 'Bug', 'User Story'. | |
| fields | Yes | List of field objects to set on the new work item. Each entry must have 'name' (field reference name, e.g. 'System.Title') and 'value'. An optional 'format' key accepts 'Html' or 'Markdown' (defaults to 'Html' when omitted; use 'Markdown' only if the project supports it). | |
| validate_only | No | If True, validate the input against system rules without saving the work item (dry run). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |