Part of lp.bugs.interfaces.webservice View In Hierarchy
Known subclasses: lp.bugs.interfaces.webservice.IBugTarget, lp.bugs.interfaces.webservice.IMaloneApplication, lp.registry.interfaces.milestone.IMilestoneData, lp.registry.interfaces.person.IPersonViewRestricted, lp.registry.interfaces.projectgroup.IProjectGroupPublic
Method | searchTasks | Search the IBugTasks reported on this entity. |
Method | getBugTaskWeightFunction | Return a function that is used to weight the bug tasks. |
Return an iterable of matching results.
Note: milestone is currently ignored for all IBugTargets except IProduct.
In order to search bugs that are related to a given hardware device, you must specify the bus, the vendor ID, the product ID of the device and set at least one of hardware_owner_is_bug_reporter, hardware_owner_is_affected_by_bug, hardware_owner_is_subscribed_to_bug, hardware_is_linked_to_bug to True.
Unknown Field: search_params | a BugTaskSearchParams object |