jira.js
    Preparing search index...

    Function getIssueLinkType

    • Returns an issue link type.

      To use this operation, the site must have issue linking enabled.

      This operation can be accessed anonymously.

      Permissions required: Browse projects project permission for a project in the site.

      Parameters

      • client: Client
      • parameters: { issueLinkTypeId: string }
        • issueLinkTypeId: string

          The ID of the issue link type.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              id?: string;
              inward?: string;
              name?: string;
              outward?: string;
              self?: string;
              [key: string]: unknown;
          },
      >