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

    Interface GroupLabel

    A group label.

    interface GroupLabel {
        text?: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    text?: string

    The group label name.

    title?: string

    The title of the group label.

    type?: string

    The type of the group label.