Click or drag to resize

RMTrackServiceIssueDetailsPost Method (String)

Submit a new issue for creation. Not available from COM clients.

Namespace:  RMTrackApiClient
Assembly:  RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax
public string IssueDetailsPost(
	string IssueDetails
)

Parameters

IssueDetails
Type: SystemString
The IssueCreate XML message containing the details of the issue to be created.

Return Value

Type: String
An IssueDetails XML message that only contains the newly created issue's IssueId. Any validation errors (or other errors) are raised as exceptions.
See Also