Skip to main content
Glama

manage_work_items

Manage Azure DevOps work items including tasks, bugs, and user stories. Perform actions like create, update, delete, link items, add comments, and track changes.

Instructions

Manage Azure DevOps work items (tasks, bugs, user stories, epics). Actions: 'get', 'batch_get', 'list_types', 'get_links', 'get_history', 'list_comments', 'my_items', 'iteration_items', 'create', 'update', 'delete', 'add_comment', 'batch_update', 'add_children', 'link', 'unlink', 'add_artifact_link', 'update_comment'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'get', 'create', 'update', 'delete', 'add_comment', 'list_comments', 'get_links', 'list_types', 'get_history', 'batch_get', 'batch_update', 'add_children', 'link', 'unlink', 'add_artifact_link', 'my_items', 'iteration_items', 'update_comment'
project_keyNoProject name (required for most actions)
work_item_idNoWork item ID (required for get, update, delete, add_comment, list_comments, get_links, get_history)
work_item_idsNoWork item IDs (for batch_get, max 200)
work_item_typeNoWork item type: Task, Bug, User Story, Epic, Feature, Issue (required for create)
titleNoWork item title (required for create)
descriptionNoWork item description in HTML (for create, update)
stateNoWork item state: New, Active, Closed, etc. (for update)
assigned_toNoAssignee display name or email (for create, update)
area_pathNoArea path e.g. Project\Team (for create, update)
iteration_pathNoIteration path e.g. Project\Sprint 1 (for create, update)
priorityNoPriority: 1=Critical, 2=High, 3=Medium, 4=Low (for create, update)
parent_idNoParent work item ID to link (for create, add_children)
tagsNoSemicolon-separated tags (for create, update)
commentNoComment text in HTML (for add_comment, update_comment, add_artifact_link)
comment_idNoComment ID (required for update_comment)
queryNoWIQL query string (for 'list' action via WIQL)
fieldsNoFields to return (for batch_get). Default: System.Title, System.State, System.AssignedTo
topNoMax results to return (for WIQL queries)
target_idNoTarget work item ID (required for link)
link_typeNoLink type name (for link, add_artifact_link), e.g. System.LinkTypes.Related, System.LinkTypes.Hierarchy-Forward
relation_indexNoRelation index to remove (required for unlink)
artifact_uriNoArtifact URI for artifact links (required for add_artifact_link), e.g. vstfs:///Git/Commit/{projectId}%2F{repoId}%2F{commitId}
titlesNoList of titles for child work items (required for add_children)
teamNoTeam name (optional, scopes iteration_items to a specific team)
iteration_idNoIteration ID (required for iteration_items)
include_completedNoInclude completed/closed work items (for my_items, default false)

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/zach-snell/adtk'

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