Comment 0 for bug 880942

Revision history for this message
Gavin Panella (allenap) wrote : It is not possible to know if a project uses Launchpad Bugs or not via the web API

>>> root = Launchpad.login_with(...)

>>> launchpad = root.projects["launchpad"] # Uses Launchpad for bugs.
>>> print launchpad.bug_tracker
None

>>> quills = root.projects["quills"] # Does NOT use Launchpad for bugs.
>>> print quills.bug_tracker
None