HP.Sprinter.DefectTrackingSystemAPI Namespace > IDefectTrackingSystem Interface : SubmitDefect Method |
Defect SubmitDefect( string summary, string description, IEnumerable<Field> additionalFields, IEnumerable<string> attachments, int timeoutInMilliSeconds, out string message )
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