create-work-item
Create new work items in Azure DevOps with specified type, title, description, assignee, tags, parent ID, iteration path, and state. Automatically integrates with multiple Azure DevOps organizations and projects.
Instructions
Create a new work item in Azure DevOps
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignedTo | No | Email of the person to assign the work item to | |
description | No | Work item description | |
iterationPath | No | Iteration path for sprint assignment (e.g., ProjectName\Sprint 1) | |
parent | No | Parent work item ID for establishing hierarchy during creation | |
state | No | Initial work item state (e.g., New, Active) | |
tags | No | Semicolon-separated tags | |
title | Yes | Work item title | |
type | Yes | Work item type (e.g., Task, Bug, User Story) |