IRMTrackServiceIssueSearchGet Method |
Search for all issues that match a particular criteria
Namespace:
RMTrackApiClient
Assembly:
RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax string IssueSearchGet(
int ProjectId,
string Criteria,
string FieldNames,
string SortByFields,
IssueDetailsOptions Options
)
Function IssueSearchGet (
ProjectId As Integer,
Criteria As String,
FieldNames As String,
SortByFields As String,
Options As IssueDetailsOptions
) As String
Parameters
- ProjectId
- Type: SystemInt32
The project the issues belong to - Criteria
- Type: SystemString
The text to search for - FieldNames
- Type: SystemString
A comma separated list of fields to return - SortByFields
- Type: SystemString
A comma separated list of fields to sort the list by. Prefix with a '-' to sort descending. - Options
- Type: RMTrackApiClientIssueDetailsOptions
Which parts of an issue to return (bit field)
Return Value
Type:
StringXML response containing the list of matching issues.
See Also