Skip to content

Instantly share code, notes, and snippets.

@dawud
Last active November 15, 2015 14:38
Show Gist options
  • Save dawud/f0bdaae3430ddf9b31a9 to your computer and use it in GitHub Desktop.
Save dawud/f0bdaae3430ddf9b31a9 to your computer and use it in GitHub Desktop.
Gitblit bugtraq integration for osTicket
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