LibraryWorkItemsDataProviderRequest interface
這是 LibraryTestCaseDataProvider 的要求資料合約。
屬性
column |
指定要在測試案例資料表中顯示的資料行選項清單。 |
continuation |
分頁工作專案所需的接續權杖。 當 OrderByField 為 Id 時,取得後續的工作專案集時,這是必要的。 |
filter |
要提供的篩選值清單。 目前支援的篩選準則為 Title、State、AssignedTo、Priority、AreaPath。 |
is |
資料是要以遞增或遞減順序排序。 未提供時,預設為遞減。 |
library |
要執行的查詢類型。 |
order |
要排序結果的工作專案欄位。 未提供時,預設為工作專案識別碼。 |
work |
要查詢欄位詳細資料的工作專案清單。 當 OrderByField 不是 Id 時,取得後續的工作專案欄位集時,這是必要的。 |
屬性詳細資料
columnOptions
指定要在測試案例資料表中顯示的資料行選項清單。
columnOptions: string[]
屬性值
string[]
continuationToken
分頁工作專案所需的接續權杖。 當 OrderByField 為 Id 時,取得後續的工作專案集時,這是必要的。
continuationToken: string
屬性值
string
filterValues
要提供的篩選值清單。 目前支援的篩選準則為 Title、State、AssignedTo、Priority、AreaPath。
filterValues: TestPlansLibraryWorkItemFilter[]
屬性值
isAscending
資料是要以遞增或遞減順序排序。 未提供時,預設為遞減。
isAscending: boolean
屬性值
boolean
libraryQueryType
orderByField
要排序結果的工作專案欄位。 未提供時,預設為工作專案識別碼。
orderByField: string
屬性值
string
workItemIds
要查詢欄位詳細資料的工作專案清單。 當 OrderByField 不是 Id 時,取得後續的工作專案欄位集時,這是必要的。
workItemIds: number[]
屬性值
number[]