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

    Interface LinkGroup

    Details a link group, which defines issue operations.

    interface LinkGroup {
        groups?: AgileModels.LinkGroup[];
        header?: {
            href?: string;
            iconClass?: string;
            id?: string;
            label?: string;
            styleClass?: string;
            title?: string;
            weight?: number;
        };
        id?: string;
        links?: {
            href?: string;
            iconClass?: string;
            id?: string;
            label?: string;
            styleClass?: string;
            title?: string;
            weight?: number;
        }[];
        styleClass?: string;
        weight?: number;
    }
    Index

    Properties

    header?: {
        href?: string;
        iconClass?: string;
        id?: string;
        label?: string;
        styleClass?: string;
        title?: string;
        weight?: number;
    }

    Details about the operations available in this version.

    id?: string
    links?: {
        href?: string;
        iconClass?: string;
        id?: string;
        label?: string;
        styleClass?: string;
        title?: string;
        weight?: number;
    }[]
    styleClass?: string
    weight?: number