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

    Interface GetProjectRoleDetails

    interface GetProjectRoleDetails {
        currentMember?: boolean;
        excludeConnectAddons?: boolean;
        projectIdOrKey: string | number;
    }
    Index

    Properties

    currentMember?: boolean

    Whether the roles should be filtered to include only those the user is assigned to.

    excludeConnectAddons?: boolean
    projectIdOrKey: string | number

    The project ID or project key (case sensitive).