Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderunrepeat/exportwitojson
Azure DevOps: export work items to JSON
https://github.com/coderunrepeat/exportwitojson
azure-boards azure-devops azure-devops-extension json work-items
Last synced: about 1 month ago
JSON representation
Azure DevOps: export work items to JSON
- Host: GitHub
- URL: https://github.com/coderunrepeat/exportwitojson
- Owner: CodeRunRepeat
- License: mit
- Created: 2020-01-15T16:40:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T11:05:21.000Z (about 5 years ago)
- Last Synced: 2024-10-26T02:35:22.591Z (3 months ago)
- Topics: azure-boards, azure-devops, azure-devops-extension, json, work-items
- Language: JavaScript
- Size: 476 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Export work items to JSON in Azure DevOps
This Azure DevOps extension adds a new menu item to the context menu in queries that exports
selected work items to JSON format.![Screenshot](docs/menu_screenshot.png)
## How to build and install
* If you don't already have a publisher for the Azure DevOps Marketplace set up, [create a publisher](https://docs.microsoft.com/en-us/azure/devops/extend/get-started/node?view=azure-devops#package-and-publish-your-extension).
* Install prerequisites listed [here](https://docs.microsoft.com/en-us/azure/devops/extend/get-started/node?view=azure-devops)
(Node.js and the extension packaging tool)
* Clone the repo
* Edit vss-extension.json and change `publisher` to your own publisher ID
* Create the extension: in your shell, go to the root directory of the code and run `tfx extension create`. This should
create the vsix file in the same directory
* Publish, share, and install the extension using the instructions [here](https://docs.microsoft.com/en-us/azure/devops/extend/get-started/node?view=azure-devops).