A work artifact link describes an outbound artifact link type.

interface WorkArtifactLink {
    artifactType?: string;
    linkType?: string;
    toolType?: string;
}

Properties

artifactType?: string

Target artifact type.

linkType?: string

Outbound link type.

toolType?: string

Target tool type.