create_work_item
Generate and manage work items in Azure DevOps by specifying project, type, title, description, and assignee to streamline task tracking and project management.
Instructions
Create a new work item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignedTo | No | User to assign the work item to | |
description | No | Description of the work item | |
project | Yes | Name of the Azure DevOps project | |
title | Yes | Title of the work item | |
type | Yes | Type of work item (e.g., 'Task', 'Bug') |