wit_my_work_items
Retrieve and manage work items assigned to or created by the authenticated user in Azure DevOps projects, with options to filter by type, limit results, and exclude completed items.
Instructions
Retrieve a list of work items relevent to the authenticated user.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeCompleted | No | Whether to include completed work items. Defaults to false. | |
project | Yes | The name or ID of the Azure DevOps project. | |
top | No | The maximum number of work items to return. Defaults to 50. | |
type | No | The type of work items to retrieve. Defaults to 'assignedtome'. | assignedtome |