SubmitDefect Method
Submits a defect to the defect tracking system.
Syntax

Parameters

summary
A short statement of the issue.
description
The description of the issue.
additionalFields
Fields with their values.
attachments
List of full path filenames that should be attached to the defect
timeoutInMilliSeconds
The defect submission timeout in milliseconds.
message
A message that will be shown to the user after submitting the defect (for example, warning message).

Return Value

The new Defect.
Remarks
In the implementation of SubmitDefect, create the defect in the defect tracking system. Use the ID returned from the defect tracking system to instantiate the Defect to return from SubmitDefect.
See Defect.