tfs_create_work_item
Create a work item in TFS by specifying its type (Bug, Task, User Story), title, and optional fields such as assigned to or description.
Instructions
Create a work item. Pass the type (e.g. Bug, Task, User Story) and a map of field reference names to values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Work item type, e.g. 'Bug', 'Task', 'User Story' | |
| title | Yes | ||
| fields | No | Additional fields, keyed by reference name e.g. {"System.AssignedTo":"user@x.com","System.Description":"..."} | |
| project | No |