Show details of a work item by ID
items/# Show Work Item Get work item details by ID. ## Usage Ask user for the work item ID, then run: ## Display Format Present the key fields clearly: - **ID**: System.Id - **Title**: System.Title - **Type**: System.WorkItemType - **State**: System.State - **Assigned To**: System.AssignedTo - **Created By**: System.CreatedBy - **Created Date**: System.CreatedDate - **Area Path**: System.AreaPath - **Iteration Path**: System.IterationPath - **Tags**: System.Tags - **Description**: System.Description (may contain HTML) ## Options Show specific fields only: Expand relations (links to oth...