-
Notifications
You must be signed in to change notification settings - Fork 537
Add work item revision history tool #70
Copy link
Copy link
Closed
Labels
Enhancement 🌟new feature or requestnew feature or requestMoved to Backlog 🚛moved to backlog for future considerationmoved to backlog for future considerationNeeds Review 👓needs review by the product teamneeds review by the product teamWork Item Tracking 📅work item tracking areawork item tracking area
Metadata
Metadata
Assignees
Labels
Enhancement 🌟new feature or requestnew feature or requestMoved to Backlog 🚛moved to backlog for future considerationmoved to backlog for future considerationNeeds Review 👓needs review by the product teamneeds review by the product teamWork Item Tracking 📅work item tracking areawork item tracking area
Summary
Implement a new tool that can get work item revision history. We need this since we use a shiproom model, features move between columns that represent the development cycle, like dev, private preview, public preview, GA, etc. We need to get this history and track it over time for the entire group.
Tools
Develop the following tools with full parameter support, including optional ones:
get_work_item_revisions: Get ADO work item revision history
Endpoint: GET https://dev.azure.com/{organization}/{project}/_apis/wit/workItems/{id}/revisions?api-version=7.1-preview.3
Rules