UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

8 lines (7 loc) 289 B
export interface GetProjectRoleDetails { /** The project ID or project key (case sensitive). */ projectIdOrKey: string | number; /** Whether the roles should be filtered to include only those the user is assigned to. */ currentMember?: boolean; excludeConnectAddons?: boolean; }