Search code examples
issue-tracking

Is your issue tracker behind the firewall?


I'm thinking of making a web service that can file bugs on issue trackers through (mainly) xml-rpc. But I'd like to get a sense whether issue trackers nowadays tend to be available behind the firewall or on the internet...

The target for this web service would be companies that build websites.

So is your issue tracker (jira, bugzilla, trac etc) behind the firewall? (as opposed to being accessible on the internet)

Thanks!


Solution

  • At our shop, our bug tracker is accessible, because certain clients are allowed to file bugs. It really makes things easier, because the developer working on the ticket can directly solicit feedback from the client, rather than trying to get the project manager to get in touch and ask the right questions.

    We had thought about doing something similar to what it sounds like you're thinking of, but never got around to implementing it.