Part of lp.bugs.browser.bugtask View In Hierarchy
Known subclasses: lp.bugs.browser.bugtask.BugListingPortletStatsView
These can be expensive to obtain.
Method | bugs_fixed_elsewhere_count | A count of bugs fixed elsewhere. |
Method | open_cve_bugs_count | A count of open bugs linked to CVEs. |
Method | pending_bugwatches_count | A count of bugs that need a bugwatch. |
Method | expirable_bugs_count | A count of bugs that can expire, or None. |
Method | new_bugs_count | A count of new bugs. |
Method | open_bugs_count | A count of open bugs. |
Method | inprogress_bugs_count | A count of in-progress bugs. |
Method | critical_bugs_count | A count of critical bugs. |
Method | high_bugs_count | A count of high priority bugs. |
Method | my_bugs_count | A count of bugs assigned to the user, or None. |
Method | bugs_with_patches_count | A count of unresolved bugs with patches. |
Inherited from BugsInfoMixin:
Method | bugs_fixed_elsewhere_url | A URL to a list of bugs fixed elsewhere. |
Method | open_cve_bugs_url | A URL to a list of open bugs linked to CVEs. |
Method | open_cve_bugs_has_report | Whether or not the context has a CVE report page. |
Method | pending_bugwatches_url | A URL to a list of bugs that need a bugwatch. |
Method | expirable_bugs_url | A URL to a list of bugs that can expire, or None. |
Method | new_bugs_url | A URL to a page of new bugs. |
Method | inprogress_bugs_url | A URL to a page of inprogress bugs. |
Method | open_bugs_url | A URL to a list of open bugs. |
Method | critical_bugs_url | A URL to a list of critical bugs. |
Method | high_bugs_url | A URL to a list of high priority bugs. |
Method | my_bugs_url | A URL to a list of bugs assigned to the user, or None. |
None is returned if the context is not an upstream product.
If the bugtarget is not a supported implementation, or its pillar
does not have enable_bug_expiration set to True, None is returned.
The bugtarget may be an IDistribution
, IDistroSeries
, IProduct
,
or IProductSeries
.