Part of lp.bugs.interfaces.bug View In Hierarchy
| Attribute | bug | The IBug, after it's been edited. |
| Attribute | bug_before_modification | The IBug, before it's been edited. |
| Attribute | bugurl | The absolute URL to the bug. |
| Attribute | user | The IPerson that did the editing. |
| Attribute | title | A dict with two keys, 'old' and 'new', or None. |
| Attribute | description | A dict with two keys, 'old' and 'new', or None. |
| Attribute | private | A dict with two keys, 'old' and 'new', or None. |
| Attribute | security_related | A dict with two keys, 'old' and 'new', or None. |
| Attribute | information_type | A dict with two keys, 'old' and 'new', or None. |
| Attribute | name | A dict with two keys, 'old' and 'new', or None. |
| Attribute | duplicateof | A dict with two keys, 'old' and 'new', or None. Key values are IBug's |
| Attribute | bugwatch | A dict with two keys, 'old' and 'new', or None. Key values are IBugWatch's. |
| Attribute | attachment | A dict with two keys, 'old' and 'new', or None. Key values are IBugAttachment's. |
| Attribute | cve | A dict with two keys, 'old' and 'new', or None. Key values are ICve's |
| Attribute | added_bugtasks | A list or tuple of IBugTasks, one IBugTask, or None. |
| Attribute | bugtask_deltas | A sequence of IBugTaskDeltas, one IBugTaskDelta or None. |