Click or drag to resize

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
)

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: String
XML response containing the list of matching issues.
See Also