WorkItem interface
描述工作项。
- 扩展
属性
comment |
对此修订中添加/编辑/删除的特定批注版本的引用。 |
fields | 工作项的字段和值映射。 |
id | 工作项 ID。 |
relations | 工作项的关系。 |
rev | 工作项的修订号。 |
继承属性
url | 资源的 REST URL。 |
属性详细信息
commentVersionRef
fields
工作项的字段和值映射。
fields: {[key: string]: any}
属性值
{[key: string]: any}
id
工作项 ID。
id: number
属性值
number
relations
rev
工作项的修订号。
rev: number
属性值
number