Details a link group, which defines issue operations.

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

Properties

groups?: LinkGroup[]
header?: SimpleLink

Details about the operations available in this version.

id?: string
links?: SimpleLink[]
styleClass?: string
weight?: number