Part of lp.blueprints.interfaces.specificationworkitem View In Hierarchy
| Int | id | Undocumented |
| Title | title | Work item title. |
| PublicPersonChoice | assignee | The person responsible for implementing the work item. |
| Datetime | date_created | Undocumented |
| Choice | milestone | The milestone to which this work item is targetted. If this is not set, then the target is the specification's milestone. |
| Choice | status | The state of progress being made on the actual implementation of this work item. |
| Choice | specification | Undocumented |
| Bool | deleted | Marks the work item as deleted. |
| Int | sequence | The sequence in which the work items are to be displayed in the UI. |
| Bool | is_complete | True or False depending on whether or not there is more work required on this work item. |