l.b.x.b.FileBugAPI(LaunchpadXMLRPCView) : class documentation

Part of lp.bugs.xmlrpc.bug View In Hierarchy

The XML-RPC API for filing bugs in Malone.
Method filebug Report a bug in a distribution or product.
def filebug(self, params):
Report a bug in a distribution or product.

:params: A dict containing the following keys:

REQUIRED:
  summary: A string
  comment: A string

OPTIONAL:
  product: The product name, as a string. Default None.
  distro: The distro name, as a string. Default None.
  package: A string, allowed only if distro is specified.
           Default None.
  security_related: Is this a security vulnerability?
                    Default False.
  subscribers: A list of email addresses. Default None.

Either product or distro must be provided.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.