Sprinter Defect Tracking System API
SubmitDefect Method
A short statement of the issue.
The description of the issue.
Fields with their values.
List of full path filenames that should be attached to the defect
The defect submission timeout in milliseconds.
A message that will be shown to the user after submitting the defect (for example, warning message).
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.

Reference

IDefectTrackingSystem Interface
IDefectTrackingSystem Members