Part of lp.bugs.interfaces.bugtarget View In Hierarchy
Known subclasses: lp.bugs.interfaces.bugtarget.IBugTarget, lp.registry.interfaces.milestone.IMilestone, lp.registry.interfaces.person.IPersonPublic, lp.registry.interfaces.projectgroup.IProjectGroupPublic
Known implementations: lp.registry.model.milestone.Milestone
Attribute | open_bugtasks | A list of open bugTasks for this target. |
Attribute | closed_bugtasks | A list of closed bugTasks for this target. |
Attribute | inprogress_bugtasks | A list of in-progress bugTasks for this target. |
Attribute | high_bugtasks | A list of high importance BugTasks for this target. |
Attribute | critical_bugtasks | A list of critical BugTasks for this target. |
Attribute | new_bugtasks | A list of New BugTasks for this target. |
Attribute | unassigned_bugtasks | A list of unassigned BugTasks for this target. |
Attribute | all_bugtasks | A list of all BugTasks ever reported for this target. |
Attribute | has_bugtasks | True if a BugTask has ever been reported for this target. |
Method | searchTasks | Search the IBugTasks reported on this entity. |
Method | getBugCounts | Return a dict with the number of bugs in each possible status. |
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 |