https://github.com/pedromsilvapt/ado-backlog
Azure DevOps Backlog Exporter Tool
https://github.com/pedromsilvapt/ado-backlog
Last synced: 3 months ago
JSON representation
Azure DevOps Backlog Exporter Tool
- Host: GitHub
- URL: https://github.com/pedromsilvapt/ado-backlog
- Owner: pedromsilvapt
- Created: 2024-11-23T18:46:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T14:14:47.000Z (4 months ago)
- Last Synced: 2025-01-16T15:33:00.145Z (4 months ago)
- Language: TypeScript
- Homepage: https://pedromsilvapt.github.io/ado-backlog/
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ADO Backlog
[Documentation](https://pedromsilvapt.github.io/ado-backlog/) | [Release Notes](https://pedromsilvapt.github.io/ado-backlog/release-notes) | [Download](https://github.com/pedromsilvapt/ado-backlog/releases)## Usage
In Azure DevOps, generate a new Personal Token. Edit the file `config.kdl`, and add the generated token.In the tag `backlog`, you can change the name, project and the query id used to retrieve the items. Note that this query should be a flat query (not hierarchical) and its results should include all Work Items to be displayed on this backlog. If for example, you want a user story to be displayed, and on the backlog content, you defined user stories to be displayed inside features, then the parent Feature of that User Story must also be returned by the query.
Once everything is configured, open a terminal and execute the command `ado-backlog download -c config.kdl`