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

    Interface FoundGroup

    A group found in a search.

    interface FoundGroup {
        groupId?: string;
        html?: string;
        labels?: Version3Models.GroupLabel[];
        name?: string;
    }
    Index

    Properties

    groupId?: string

    The ID of the group, which uniquely identifies the group across all Atlassian products. For example, 952d12c3-5b5b-4d04-bb32-44d383afc4b2.

    html?: string

    The group name with the matched query string highlighted with the HTML bold tag.

    name?: string

    The name of the group. The name of a group is mutable, to reliably identify a group use ``groupId.