EndPoint Search for Work Items by Text
Name
search_workitems_by_text
Description
Search for specific text within work items in the default project of the organization.
[API Help]
Parameters
Parameter |
Label |
Required |
Options |
Description |
SearchText |
Text to Search For |
YES |
|
|
Output Columns
Label |
DataType |
Length |
Raw |
Description |
Id |
DT_WSTR |
50 |
False |
|
Title |
DT_WSTR |
4000 |
False |
|
WorkItemType |
DT_WSTR |
50 |
False |
|
AssignedTo |
DT_WSTR |
500 |
False |
|
State |
DT_WSTR |
100 |
False |
|
Tags |
DT_WSTR |
500 |
False |
|
Revision |
DT_WSTR |
50 |
False |
|
CreatedDate |
DT_DBTIMESTAMP |
0 |
False |
|
ChangedDate |
DT_DBTIMESTAMP |
0 |
False |
|
ProjectId |
DT_WSTR |
500 |
False |
|
ProjectName |
DT_WSTR |
500 |
False |
|
Hits |
DT_WSTR |
4000 |
False |
|
Url |
DT_WSTR |
1000 |
False |
|
Input Columns
Label |
DataType |
Length |
Raw |
Description |
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |