Click or drag to resize

IRMTrackServiceIssueDetailsGet Method

Gets the issue details for a specified issue.

Namespace:  RMTrackApiClient
Assembly:  RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax
string IssueDetailsGet(
	string IssueId,
	IssueDetailsOptions Options
)

Parameters

IssueId
Type: SystemString
The issue id or number to get
Options
Type: RMTrackApiClientIssueDetailsOptions
Which parts of an issue to return (bit field)

Return Value

Type: String
The IssueDetails XML message. Any errors are raised as exceptions (eg. issue not found)
See Also