Details a link group, which defines issue operations.

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

Properties

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