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

    Interface ProjectRoleGroup

    Details of the group associated with the role.

    interface ProjectRoleGroup {
        displayName?: string;
        groupId?: string;
        name?: string;
    }
    Index

    Properties

    displayName?: string

    The display name of the group.

    groupId?: string

    The ID of the group.

    name?: string

    The name of the group. As a group's name can change, use of groupId is recommended to identify the group.