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

    Interface UpdateRemoteIssueLink

    Details of a remote issue link.

    interface UpdateRemoteIssueLink {
        application?: Version3Models.Application;
        globalId?: string;
        issueIdOrKey: string;
        linkId: string;
        object?: Version3Models.RemoteObject;
        relationship?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    globalId?: string

    An identifier for the remote item in the remote system. For example, the global ID for a remote item in Confluence would consist of the app ID and page ID, like this: appId=456&pageId=123.

    Setting this field enables the remote issue link details to be updated or deleted using remote system and item details as the record identifier, rather than using the record's Jira ID.

    The maximum length is 255 characters.

    issueIdOrKey: string

    The ID or key of the issue.

    linkId: string

    The ID of the remote issue link.

    relationship?: string

    Description of the relationship between the issue and the linked item. If not set, the relationship description "links to" is used in Jira.