Details a link group, which defines issue operations.

interface LinkGroup {
    groups?: Version2.Version2Models.LinkGroup[];
    header?: Version2.Version2Models.SimpleLink;
    id?: string;
    links?: Version2.Version2Models.SimpleLink[];
    styleClass?: string;
    weight?: number;
}

Properties

id?: string
styleClass?: string
weight?: number