Skip to main content
Glama

azdo_query_work_items

Query Azure DevOps work items using filters like assignee, state, tags, dates, and board columns to find specific tasks and track project progress.

Instructions

Query work items by filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
area_pathNoArea path to filter by (e.g., "MyProject\\Team1"). Uses UNDER operator to include child paths.
changed_date_fromNoFilter by changed date (from). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
changed_date_toNoFilter by changed date (to). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
created_date_fromNoFilter by creation date (from). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
created_date_toNoFilter by creation date (to). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
exclude_assigned_toNoAssignees to exclude
exclude_board_columnNoBoard columns to exclude
exclude_board_rowNoBoard rows/swimlanes to exclude
exclude_changed_byNoChanged by users to exclude
exclude_stateNoStates to exclude (e.g., ["Closed", "Removed"])
exclude_tagsNoTags to exclude (e.g., ["wontfix"])
exclude_work_item_typeNoWork item types to exclude
include_assigned_toNoAssignees to include (e.g., ["John Doe", "jane@example.com"])
include_board_columnNoBoard columns to include (e.g., ["Active", "Resolved"])
include_board_rowNoBoard rows/swimlanes to include (e.g., ["General", "Scraping Platform"])
include_changed_byNoChanged by users to include (e.g., ["John Doe", "jane@example.com"])
include_latest_n_commentsNoInclude the latest N comments (optional). Set to -1 for all comments.
include_stateNoStates to include (e.g., ["Active", "Resolved"])
include_tagsNoTags to include (e.g., ["bug", "critical"])
include_work_item_typeNoWork item types to include (e.g., ["Bug", "User Story"])
iteration_pathNoIteration path to filter by (e.g., "MyProject\\Sprint 1"). Uses UNDER operator to include child paths.
organizationYesAzDO org name
projectYesAzDO project name
state_change_date_fromNoFilter by state change date (from). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
state_change_date_toNoFilter by state change date (to). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielealbano/mcp-for-azure-devops'

If you have feedback or need assistance with the MCP directory API, please join our Discord server