Part of lp.bugs.browser.bugtask View In Hierarchy
Known subclasses: lp.bugs.browser.bugtask.BugListingPortletInfoView, lp.bugs.browser.bugtask.BugsStatsMixin, lp.bugs.browser.bugtask.BugTaskSearchListingView
| 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.