TraceabilityLinks Table

Applies to QAComplete 14.3, last modified on February 19, 2024

Description

The table stores links between items.

Columns

The table contains the following columns:

LinkId  :  int, primary key, allows null: no

The unique numeric identifier of the item.

ProjId  :  int, allows null: no

The unique numeric identifier of the project that contains the item.

DateUpdated  :  datetime, allows null: no

The date and time when the item was last updated.

The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.

EntityCode1  :  varchar (max 106 chars), allows null: no

The type of the first linked item.

You can find correspondences between entity code values and related modules and features in Table of Entity Code Values.

EntityCode2  :  varchar (max 106 chars), allows null: no

The type of the second linked item.

You can find correspondences between entity code values and related modules and features in Table of Entity Code Values.

FKId1  :  int, allows null: no

The ID of the first linked item.

FKId2  :  int, allows null: no

The ID of the second linked item.

LinkType  :  nvarchar (max 100 chars, or 202 bytes), allows null: yes

The type of the link between the release and some other item (defect, requirement, agile task, or test set). The type is based on the choice list.

UpdateUserId  :  int, allows null: no

The ID of the user who last updated the item.

See Also

TraceabilityLinks View
Crossmodules

Highlight search results