Skip to content

Qualtrax/GitHubIssueImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Issue Importer

Application for importing OnTime items into GitHub.

To use add a configuration file called Sensitive.config with the following values

<?xml version="1.0" encoding="utf-8" ?>
<appSettings>
  <add key="OnTime" value="{OnTime Connection String}" />
  <add key="GitHubRepositoryApiUrl" value="{Base Repository Api Url}" />
  <add key="GitHubAccessToken" value="{GitHub API Access Token}" />
  <add key="FeatureLabels" value="{Comma Seperated Labels}" />
  <add key="DefectLabels" value="{Comma Seperated Labels}" />
</appSettings>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages