Name | Description | Type | Additional information |
---|---|---|---|
ShowStoryOption |
0: Do not show story, 1: Show all story items met with query conditions, 2: Only show the parent story items of task met with query condition |
integer |
None. |
ShowAll |
Indicate whether show all tasks or only show tasks by paging. |
boolean |
None. |
PageSize |
Indicate the amount of tasks per page |
integer |
None. |
PageIndex |
Indicate which page will show, PageIndex is one-based. To get first page, please set PageIndex to be 1. |
integer |
None. |
GetCount |
Indicate whether return the count of all tasks or not. |
boolean |
None. |
SortFieldId |
Indicate which field the list of tasks will be sorted by and whether the list of tasks will use ascending order or descending order, if value grater less 0, then use descending order, else use ascending order. e.g. -101: sorted by title and use descending order. 101: sorted by title and use ascending order |
integer |
None. |
Condition |
Search condition. Include keyword, task id, status, owner, subproject etc. |
StandardQueryCondition |
None. |
ShowTasks2DTT |
Indicate whether show that tasks which have linked to DevTest's templates or tasks. |
boolean |
None. |
ProjectId | integer |
None. |
|
FieldIds |
These fields's value will be returned. e.g. 101:Title, 108:Owner, 601:Status, please refer to DevSuite Admin to get more info about field id. |
Collection of integer |
None. |