Click or drag to resize

RMTrackServiceIssueDetailsGet Method (String)

Gets the issue details for a specified issue. Not available from COM clients (COM clients must specify an IssueDetailsOption value).

Namespace:  RMTrackApiClient
Assembly:  RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax
public string IssueDetailsGet(
	string IssueId
)

Parameters

IssueId
Type: SystemString
The issue id or issue number to get

Return Value

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