Extract Azure DevOps sprint history
import-sprint-storycommandsetup L2★40
gonzalezpazmonica/pm-workspace ↗What it does
Extract full sprint history from Azure DevOps (items, reviews, relations)
Best for
Bulk history extraction from Azure DevOps sprints with complete revision tracking and external relations (commits, PRs) for archival or migration.
Inputs
- · Sprint ID(s) from Azure DevOps
- · Azure DevOps API token
- · Project and team context
Outputs
- · Work items (tasks, stories, bugs)
- · State/tag revision history
- · Relations (commits, PRs linked to work items)
- · Structured JSON or markdown export
Requires
- · Azure DevOps REST API
- · Git integration (for commit/PR relations)
Preconditions
- · Azure DevOps organization and project access
- · API token available
- · Git repository linked in Azure DevOps
Failure modes
- · Invalid sprint ID → API returns 404
- · No API token → authentication fails
- · Relations not linked → exports only work items
Trust signals
- · Extracts full revision history (not just current state)
- · Tracks state changes and tag modifications
- · Includes related commits and pull requests
- · Spanish-language support (description)