getLinksForDefect
Retrieves a list of links associated with a defect record. A SOAP error envelope is returned if the operation fails.
Parameters
Parameter | Type | Description |
---|---|---|
cookie | long | Session cookie returned by projectLogon. |
defectRecordID | long | Unique defect record ID. |
Return value
Value | Type |
---|---|
pLinkList | CLink |
Example
CDefect def = ttsdk.getDefect(cookie, 0, "Defect summary", false);
CLink[] defLinks = ttsdk.getLinksForDefect(cookie, def.recordid);