Click or drag to resize

IRMTrackServiceIssueDetailsPost Method

Submit a new issue for creation.

Namespace:  RMTrackApiClient
Assembly:  RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax
string IssueDetailsPost(
	string IssueDetails,
	bool IgnoreRequiredFields
)

Parameters

IssueDetails
Type: SystemString
The IssueCreate XML message containing the details of the issue to be created.
IgnoreRequiredFields
Type: SystemBoolean
Set to true to ignore required fields validation rules

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