Part of lp.bugs.interfaces.bugtask View In Hierarchy
If product is not None, the sourcepackagename must be None.
Likewise, if sourcepackagename is not None, product must be None.
Attribute | bugtask | The modified IBugTask. |
Attribute | target | The change made to the IBugTarget for this task. |
Attribute | status | The change made to the status for this task. |
Attribute | importance | The change made to the importance of this task. |
Attribute | assignee | The change made to the assignee of this task. |
Attribute | bugwatch | The bugwatch which governs this task. |
Attribute | milestone | The milestone for which this task is scheduled. |
The value is a dict like {'old' : IBugTarget, 'new' : IBugTarget}, or None, if no change was made to the target.
The value is a dict like {'old' : BugTaskStatus.FOO, 'new' : BugTaskStatus.BAR}, or None, if no change was made to the status.
The value is a dict like {'old' : BugTaskImportance.FOO, 'new' : BugTaskImportance.BAR}, or None, if no change was made to the importance.