Click or drag to resize

RMTrackServiceIssueSearchGet Method

Search for all issues that match a particular criteria

Namespace:  RMTrackApiClient
Assembly:  RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax
public string IssueSearchGet(
	int ProjectId,
	string Criteria,
	string FieldNames,
	string SortByFields,
	IssueDetailsOptions Options
)

Parameters

ProjectId
Type: SystemInt32
The project to search within, or -1 for all projects.
Criteria
Type: SystemString
The search criteria (free form text)
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
A list of matching issue id's

Implements

IRMTrackServiceIssueSearchGet(Int32, String, String, String, IssueDetailsOptions)
See Also