CLink
Contains information for a specific link between items.
To add a defect with a link to a test run, use addDefectWithLink.
Extends
Fields
Field | Type | Description |
---|---|---|
recordid | long | Unique link record ID. |
linkDefinitionName | string | Indicates link definition used to link the items. Use getLinkDefinitionValues to retrieve a list of link definitions. |
comment | string | Contents of the Comment field. |
linkbroken | boolean | Indicates if the link between items is broken. A link is broken if the parent item in a parent/child link is not found. |
linkparent | CLinkedItem | Parent item in a parent/child link. |
childList | CLinkedItem[] | List of peer items in the link. If the link is a parent/child link, this is a list of child items. |
historyList | CLinkHistoryItem[] | List of history records in the link. |
Returned by
- editLink
- getLink
- getLinksForDefect (ArrayOfCLink)
- getLinksForItem (ArrayOfCLink)
Used in