Skip to content

Instantly share code, notes, and snippets.

@morcibacsi
morcibacsi / CreateTFSItems.ps1
Last active January 18, 2021 08:29 — forked from flcdrg/CreateVSTSItems.ps1
Migrate Redmine issues to TFS (Azure DevOps) work items
param(
$user, # "TFS username - doesn't need @domain suffix"
$token, # TFS personal access token
$fileToImport, # path to the .json file
$redmineIssueUrl # URL to legacy redmine server. eg. https://redmine/issues
)
# The following command gets the open issues through the Redmine API:
# For reference check: http://www.redmine.org/projects/redmine/wiki/Rest_Issues
# Sample call