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
)
Public Function IssueDetailsPost (
IssueDetails As String
) As String
Parameters
- IssueDetails
- Type: SystemString
The IssueCreate XML message containing the details of the issue to be created.
Return Value
Type:
StringAn IssueDetails XML message that only contains the newly created issue's IssueId. Any validation errors
(or other errors) are raised as exceptions.
See Also