tagNames |
Set |
Collection of tags |
[optional] [default to null] |
entityTypes |
Set |
Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` |
[optional] [default to null] |
nameOrId |
String |
Name or identifier (UUID) of work item |
[optional] [default to null] |
includeIds |
Set |
Collection of identifiers of work items which need to be included in result regardless of filtering |
[optional] [default to null] |
excludeIds |
Set |
Collection of identifiers of work items which need to be excluded from result regardless of filtering |
[optional] [default to null] |
projectIds |
Set |
Collection of project identifiers |
[optional] [default to null] |
name |
String |
Name of work item |
[optional] [default to null] |
ids |
Set |
Specifies a work item unique IDs to search for |
[optional] [default to null] |
globalIds |
Set |
Collection of global (integer) identifiers |
[optional] [default to null] |
attributes |
Map |
Custom attributes of work item |
[optional] [default to null] |
isDeleted |
Boolean |
Is result must consist of only actual/deleted work items |
[optional] [default to null] |
sectionIds |
Set |
Collection of section identifiers |
[optional] [default to null] |
createdByIds |
Set |
Collection of identifiers of users who created work item |
[optional] [default to null] |
modifiedByIds |
Set |
Collection of identifiers of users who applied last modification to work item |
[optional] [default to null] |
states |
Set |
Collection of states of work item |
[optional] [default to null] |
priorities |
Set |
Collection of priorities of work item |
[optional] [default to null] |
types |
Set |
Collection of types of work item |
[optional] [default to null] |
createdDate |
DateTimeRangeSelectorModel |
Specifies a work item range of creation date to search for |
[optional] [default to null] |
modifiedDate |
DateTimeRangeSelectorModel |
Specifies a work item range of last modification date to search for |
[optional] [default to null] |
duration |
Int32RangeSelectorModel |
Specifies a work item duration range to search for |
[optional] [default to null] |
medianDuration |
Int64RangeSelectorModel |
Specifies a work item median duration range to search for |
[optional] [default to null] |
isAutomated |
Boolean |
Is result must consist of only manual/automated work items |
[optional] [default to null] |
tags |
Set |
Collection of tags |
[optional] [default to null] |
autoTestIds |
Set |
Collection of identifiers of linked autotests |
[optional] [default to null] |
workItemVersionIds |
List |
Collection of identifiers work items versions. |
[optional] [default to null] |