This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |