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

    Interface RemoteObject

    The linked item.

    interface RemoteObject {
        icon?: Version3Models.Icon;
        status?: Version3Models.Status;
        summary?: string;
        title: string;
        url: string;
    }
    Index

    Properties

    summary?: string

    The summary details of the item.

    title: string

    The title of the item.

    url: string

    The URL of the item.