azure-devops-details

Retrieve Azure DevOps work item details by ID with fields, comments, and history.

3|Updated Feb 11, 2022
One-click install
npx skills add https://github.com/marcusshepp/useful --skill azure-devops-details
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-details
Source: https://github.com/marcusshepp/useful/tree/main/network/.github/skills/azure-devops-details
Command: npx skills add https://github.com/marcusshepp/useful --skill azure-devops-details

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure DevOps work items often require a complete, contextual view to understand scope and history. This skill retrieves complete details for a work item by ID, including all fields, comments, change history, and related items.

Core Features & Use Cases

  • Full item context: Retrieve all fields, comments, and history for a work item by ID.
  • Relationship visibility: Include related parent/child items to map dependencies and progress.
  • Multi-item readiness: Fetch details for multiple items in a single query when needed.

Quick Start

Request full details for a specific Azure DevOps work item by ID.

Frequently Asked Questions about azure-devops-details

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Azure DevOps work item details including comments and history by ID?

You can retrieve Azure DevOps work item details by ID using a tool that fetches all fields, comments, revision history, and related items in a single query. It requires a PAT token configured in the network environment for authorization.

Can I fetch multiple Azure DevOps work items at once instead of querying them one by one?

Yes, fetching multiple Azure DevOps work items in a single query is supported. You can retrieve complete details for several work item IDs simultaneously, including their fields, comments, change history, and related parent or child items.

What do I need to access Azure DevOps work item details through the API?

To access Azure DevOps work item details through the API, you need a Personal Access Token (PAT) stored in your network/.env file and appropriate access permissions to the target Azure DevOps organization and project.

Does this approach include related parent and child work items when fetching details?

Yes, fetching Azure DevOps work item details includes relationship visibility. It retrieves related parent and child items alongside the primary work item to help map dependencies and track progress across the project hierarchy.

What is the best way to get full context on an Azure DevOps work item for scope and history analysis?

The best way to get full context on an Azure DevOps work item is to retrieve all fields, comments, and revision history by ID. This provides a complete view of the item's scope, change history, and relationships for thorough analysis.