Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/issueLinkType.ts>IssueLinkType

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface IssueLinkType
import { type IssueLinkType } from "https://deno.land/x/jira@v3.0.2/src/version2/models/issueLinkType.ts";

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.

Properties

optional
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.

optional
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.

optional
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.

optional
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.

optional
self: string

The URL of the issue link type. Read only.