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

    Interface Group

    interface Group {
        expand?: string;
        groupId?: string;
        name?: string;
        self?: string;
        users?: Version3Models.PagedListUserDetailsApplicationUser;
    }
    Index

    Properties

    expand?: string

    Expand options that include additional group details in the response.

    groupId?: string

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

    name?: string

    The name of group.

    self?: string

    The URL for these group details.