Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

microsoft/CodePlexWorkItemMigrator

Repository files navigation

CodePlex to GitHub Work Item Migrator

A command line tool to migrate CodePlex work items to GitHub issues.

This tool is historical and no longer works

This tool was created to assist in the migration of projects from CodePlex to GitHub in preparation for CodePlex to be archived now that CodePlex is archived the APIs that are used to talk to CodePlex will not succeed. The tool is being left here for historic purposes.

How to use

Microsoft.CodePlex.Migration.WorkItemMigrator.exe -p CodePlexProject -o GitHubRepoOwner -r GitHubRepo -t GitHubPersonalAccessToken
  • CodePlexProject is the subdomain of your CodePlex project (subdomain.codeplex.com)
  • GitHubRepoOwner is the user or organization that owns your migrated repo; GitHubRepo is your migrated repo. For instance, the NuGet/Home repository would use nuget as the owner and home as the repo.
  • GitHubPersonalAccessToken is a token you create here; make sure to select the repo scope.

Installing

Download and extract the zip, then run the executable using a command window.

Notes

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Acknowledgements

This tool was created in collaboration with GitHub as part of the CodePlex archive process.

About

A command line utility to migrate work items from CodePlex to GitHub

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages