mozilla / scrumbugz

Scrummy look at Bugzilla data. Discuss in #scrum on irc.mozilla.org.
http://scrumbugz.rtfd.org
Other
32 stars 20 forks source link

Support for Bugzilla loging #107

Open PetrPytelka opened 11 years ago

PetrPytelka commented 11 years ago

I am managing Bugzilla installation which requires logon.

Is it possible to add support for user logging to the bugzilla?

Thank you, Petr Pytelka

pmclanahan commented 11 years ago

In short, yes it is possible. I hadn't needed it so far, but probably will in the future. The BugzillaAPI class already supports logging in and maintaining the session via the Django cache. So it should be very easy to add support for a single Scrumbugs user that it can use to get the bug data.

ssssssssssss commented 11 years ago

@pmclanahan We are trying to maintain a local installation, it would be good to have this function built-in. Any instructions about how to workaround? Thank you.