CLinkedItem

Contains information for a specific item in a link. An item in a link can be a defect, requirement, requirement document, test case, or test run. Items that can be linked may be restricted by a link definition.

Extends

COrderedItemWithDBRecordId

Fields

Field Type Description
recordid long Unique record ID for the item in the link.
order long Order the item is listed related to other items in the link.
tablename string Table name the item belongs to. Valid values: Defect, Test Case, Test Run, Requirement, Requirement Document, Test Variant, User, Customer, Task, Test Config, Links, Folder, and Report. Use getTableList to retrieve a list of available tables.
entityID long Unique item record ID.
number long Number of the linked item. Read only.
summary string Summary of the linked item. Read only.
status string Status of the linked item. Read only.
state string Workflow state of the linked item. Read only.
issuspect boolean Indicates if the linked item is marked as suspect and requires review because other items in the link changed.

Used in

CLink