update-work-items

Update Azure DevOps work items by modifying fields, adding comments, and creating new items.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines Azure DevOps work item management by enabling updates, comments, and creation in a single, repeatable workflow.

Core Features & Use Cases

  • Update fields on existing work items (State, AssignedTo, Priority), add comments for audit trails, and create new items (Bug, User Story) as needed.
  • Use Case: A project team quickly updates several work items to reflect a priority change, adds summary comments for traceability, and creates a new Bug for a newly discovered issue.

Quick Start

Update WorkItem 54321: set State to Active, Priority to 2, and add a comment 'Reviewed and updated'.

Frequently Asked Questions about update-work-items

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

FAQPage Schema
How do I update Azure DevOps work items in bulk?

You can update Azure DevOps work items by modifying fields like State, AssignedTo, and Priority across multiple items in a single repeatable workflow, adding summary comments for traceability.

How do I add comments to Azure DevOps work items for audit trails?

Add comments to Azure DevOps work items using the Add-WorkItemComment function, providing an audit trail for project management and development workflows to ensure tracking progress and collaboration.

Can I create new work items like Bugs or User Stories in Azure DevOps?

Yes, you can create new Azure DevOps work items such as Bugs or User Stories using the New-WorkItem function, integrating newly discovered issues directly into your existing project workflows.

What permissions do I need to update work items in Azure DevOps?

Updating Azure DevOps work items requires Azure DevOps initialization and appropriate permissions to modify fields, add comments, and create new items within the project management environment.

What is the best way to manage Azure DevOps work items for project tracking?

The best way to manage Azure DevOps work items is using a unified workflow that updates fields, adds comments for audit trails, and creates new items to reflect priority changes and track progress.

Does this work item update approach support modifying priority and state fields?

Yes, the work item update approach supports modifying fields including State, AssignedTo, and Priority on existing work items to accurately reflect project changes and development progress.