Integration with GitHub issue tracker

Hello,

I think it would be great to have integration with GitHub issue tracker, just like Bugzilla, Jira, and YouTrack. For simple references like "#30" in the commit message, and I configure the GitHub account, then a link could be generated to "https://github.com/some-account/some-project/issues/30".
Thanks!

0
3 comments

Hi Daniel

Please add this feature to our tracker.

Thanks

0
Avatar
Permanently deleted user
The link would be https://github.com/githubuser/project/issues/$1 and the regex would be:
[A-Za-z#]+\s(\d+)
0

Please sign in to leave a comment.