Last active
November 15, 2015 14:38
-
-
Save dawud/f0bdaae3430ddf9b31a9 to your computer and use it in GitHub Desktop.
Gitblit bugtraq integration for osTicket
This file contains hidden or 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
https://github.com/gitblit/gitblit | |
https://github.com/osTicket/osTicket-1.8 | |
https://github.com/mstrap/bugtraq | |
See also https://github.com/gitblit/gitblit/blob/master/.gitbugtraq | |
[bugtraq "osticket"] | |
url = "https://osticket.company.com/scp/tickets.php?id=%BUGID%#" | |
loglinkregex = "\\[OSTicket\\]\\s*\\d+" | |
logregex = "\\d+" | |
loglinktext = "[OSTicket] %BUGID%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment