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

    Interface GroupName

    Details about a group.

    interface GroupName {
        groupId?: string;
        name?: string;
        self?: string;
    }
    Index

    Properties

    Properties

    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.