VersionOne offers Git Integration, but doesn't appear they have GitHub integration available. GitHub offers a robust defect tracking tool which I'd like to request be supported formally through VersionOne Integration. Specifics of the tool are below:
◦Deal with your issues just like you deal with email (fast, JavaScript interface)
◦Create and apply labels to issues to assign to users or categorize
◦Drag and drop issues to prioritize them
◦Vote on issues that you want to see tackled
◦Search, sort, and filter
◦Close issues from commit messages
◦Keyboard shortcuts
by: Paul K. | over a year ago | Integration
Comments
Also please ensure the ability to change the host endpoint so that this integration will work with GitHub Enterprise.
This would preferably be done trough service hooks on Github. This would ensure usage instead of local installed Git hooks.
hear, hear.
Regarding GitHub for commit messages: we are working on service hook approach, the code is not finished, but it is open source and public. You can see it so far at:
https://github.com/versionone/Integration.CommitService
Unit tests so far for GitHub's post commit messages are here:
https://github.com/versionone/Integration.CommitService/blob/master/GitHubCommitAttemptTranslator.Tests/GitHubCommitAttemptTranslatorTests.cs
TestData:
https://github.com/versionone/Integration.CommitService/blob/master/GitHubCommitAttemptTranslator.Tests/TestData.cs
The commit service is intended to allow various cloud-hosted source control systems to emit messages to V1, which V1 will translate via plugin DLLs for the specific tools into a common format.
We welcome feedback and participation in this development process!
Thanks,
Josh
https://github.com/versionone/Integration.CommitService returns a 404.