List iterations/sprints for a team
sprints/# List Sprints/Iterations View iterations assigned to a team. ## List Team Iterations Or with JSON output for more detail: ## Response Fields - `id` - Iteration GUID - `name` - Iteration name (e.g., "Sprint 5") - `path` - Full path (e.g., "Project\\Sprint 5") - `attributes.startDate` - Sprint start - `attributes.finishDate` - Sprint end - `attributes.timeFrame` - past, current, or future ## Show Current Iteration Filter to current: ## Show Iteration Details ## List All Project Iterations To see all iterations (not just team-assigned): ## Add Iteration to Team ## Remove ...