Jira.js - Jira Cloud API library
    Preparing search index...

    Interface RemoteIssueLink

    Details of an issue remote link.

    interface RemoteIssueLink {
        application?: Version2Models.Application;
        globalId?: string;
        id?: number;
        object?: Version2Models.RemoteObject;
        relationship?: string;
        self?: string;
    }
    Index

    Properties

    globalId?: string

    The global ID of the link, such as the ID of the item on the remote system.

    id?: number

    The ID of the link.

    relationship?: string

    Description of the relationship between the issue and the linked item.

    self?: string

    The URL of the link.