wit_work_item_unlink
Remove specific or all links from an Azure DevOps work item. Specify link type (e.g., parent, child, related) and optional URL for precise removal, simplifying work item management.
Instructions
Remove one or many links from a single work item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the work item to remove the links from. | |
project | Yes | The name or ID of the Azure DevOps project. | |
type | No | Type of link to remove. Options include 'parent', 'child', 'duplicate', 'duplicate of', 'related', 'successor', 'predecessor', 'tested by', 'tests', 'affects', 'affected by', and 'artifact'. Defaults to 'related'. | related |
url | No | Optional URL to match for the link to remove. If not provided, all links of the specified type will be removed. |