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

    Interface RemoteIssueLinkIdentifies

    Details of the identifiers for a created or updated remote issue link.

    interface RemoteIssueLinkIdentifies {
        id?: number;
        self?: string;
    }
    Index

    Properties

    Properties

    id?: number

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

    self?: string

    The URL of the remote issue link.