This object is used as follows:*

  • In the issueLink resource it defines and reports on the type of link between the issues. Find a list of issue link types with Get issue link types.
  • In the issueLinkType resource it defines and reports on issue link types.
interface UpdateIssueLinkType {
    id?: string;
    inward?: string;
    issueLinkTypeId: string;
    name?: string;
    outward?: string;
    self?: string;
}

Hierarchy (view full)

Properties

id?: string

The ID of the issue link type and is used as follows:

In the issueLink resource it is the type of issue link. Required on create when name isn't provided. Otherwise, read only. In the issueLinkType resource it is read only.

inward?: string

The description of the issue link type inward link and is used as follows:

In the issueLink resource it is read only. In the issueLinkType resource it is required on create and optional on update. Otherwise, read only.

issueLinkTypeId: string

The ID of the issue link type.

name?: string

The name of the issue link type and is used as follows:

In the issueLink resource it is the type of issue link. Required on create when id isn't provided. Otherwise, read only. In the issueLinkType resource it is required on create and optional on update. Otherwise, read only.

outward?: string

The description of the issue link type outward link and is used as follows:

In the issueLink resource it is read only. In the issueLinkType resource it is required on create and optional on update. Otherwise, read only.

self?: string

The URL of the issue link type. Read only.