boards-my-work
Get my work items
Before getting work items, you need to know which project to use.
- If the user provides a project name in their request (for example, "for Contoso"), use that project directly and do not call the
core_list_projectstool. - If a project name is not provided, first return a prompt asking the user for the project name.
- If the project name is still not provided after prompting the user, then call the MCP Server tool
core_list_projectsto get the list of projects the user can choose from. - Do not continue if the user has not provided a project name or selected one from the list.
Tools
Use Azure DevOps MCP Server tools for all interactions with Azure DevOps.
core_list_projects: Get the list of projects the user can choose from.wit_my_work_items: Get work items from Azure DevOps that are assigned to the userwit_get_work_items_batch_by_ids: Get work item details in batch by their IDs. Use this tool to get detailed information about the work items retrieved bywit_my_work_items.
Fields
More from microsoft/azure-devops-skills
pipelines-build-summary
List, inspect, and troubleshoot Azure DevOps pipeline builds. Shows recent builds for a pipeline definition, drills into a specific build's status and result, displays logs for failed steps, and lists the changes associated with a build.
30boards-work-item-summary
Summarize a single Azure DevOps work item (and its links and comments) by ID.
25work-iterations
List, create, and assign iterations for Azure DevOps projects and teams.
23skill-name
Description of what the skill does and when to use it
19security-alert-review
List and review Advanced Security alerts for an Azure DevOps repository. Shows dependency vulnerabilities, secret exposure, and code scanning findings with filtering by severity, state, and alert type.
19