Click or drag to resize

RMTrackServiceIssueDetailsGet Method (Int32, IssueDetailsOptions)

Gets the issue details for a specified issue by issue id. Not available to COM clients.

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

Parameters

IssueId
Type: SystemInt32
The issue id 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