TimelineTeamData interface

属性

backlog

与与此团队关联的映射积压工作匹配的积压工作。

fieldReferenceNames

工作项数据的字段引用名称

id

团队的 ID

isExpanded

已为此团队检索迭代和工作项数据。 <>注释 IsExpanded 为 false 的 Teams 未查询其迭代、工作项和字段相关数据,并且永远不会包含此数据。 如果为 true,则查询这些项,如果查询范围中有项,则会有数据。 </言论>

iterations

查询日期范围内的迭代数据,包括工作项。

name

团队的名称

orderByField

按此团队的字段名称排序

partiallyPagedFieldReferenceNames

部分分页工作项的字段引用名称,例如 ID、WorkItemType

partiallyPagedWorkItems
projectId

团队所属团队的项目 ID

rollupWorkItemTypes

我们将在客户端收集汇总数据的工作项类型

status

此团队的状态。

teamFieldDefaultValue

团队字段默认值

teamFieldName

此团队的团队字段名称

teamFieldValues

团队字段值

workItems

与不在团队的任何迭代下的团队关联的工作项

workItemTypeColors

工作项类型的颜色。

属性详细信息

backlog

与与此团队关联的映射积压工作匹配的积压工作。

backlog: BacklogLevel

属性值

fieldReferenceNames

工作项数据的字段引用名称

fieldReferenceNames: string[]

属性值

string[]

id

团队的 ID

id: string

属性值

string

isExpanded

已为此团队检索迭代和工作项数据。 <>注释 IsExpanded 为 false 的 Teams 未查询其迭代、工作项和字段相关数据,并且永远不会包含此数据。 如果为 true,则查询这些项,如果查询范围中有项,则会有数据。 </言论>

isExpanded: boolean

属性值

boolean

iterations

查询日期范围内的迭代数据,包括工作项。

iterations: TimelineTeamIteration[]

属性值

name

团队的名称

name: string

属性值

string

orderByField

按此团队的字段名称排序

orderByField: string

属性值

string

partiallyPagedFieldReferenceNames

部分分页工作项的字段引用名称,例如 ID、WorkItemType

partiallyPagedFieldReferenceNames: string[]

属性值

string[]

partiallyPagedWorkItems

partiallyPagedWorkItems: any[][]

属性值

any[][]

projectId

团队所属团队的项目 ID

projectId: string

属性值

string

rollupWorkItemTypes

我们将在客户端收集汇总数据的工作项类型

rollupWorkItemTypes: string[]

属性值

string[]

status

此团队的状态。

status: TimelineTeamStatus

属性值

teamFieldDefaultValue

团队字段默认值

teamFieldDefaultValue: string

属性值

string

teamFieldName

此团队的团队字段名称

teamFieldName: string

属性值

string

teamFieldValues

团队字段值

teamFieldValues: TeamFieldValue[]

属性值

workItems

与不在团队的任何迭代下的团队关联的工作项

workItems: any[][]

属性值

any[][]

workItemTypeColors

工作项类型的颜色。

workItemTypeColors: WorkItemColor[]

属性值