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

    Interface LinkedIssue

    The ID or key of a linked issue.

    interface LinkedIssue {
        fields?: Version3Models.Fields;
        id?: string;
        key?: string;
        self?: string;
    }
    Index

    Properties

    Properties

    id?: string

    The ID of an issue. Required if key isn't provided.

    key?: string

    The key of an issue. Required if id isn't provided.

    self?: string

    The URL of the issue.