A role in a Jira project.

interface JiraProjectRole {
    actors?: JiraProjectRoleActor[];
    description?: string;
    id: number;
    name: string;
    self: string;
}

Properties

Actors (users and groups) with this role

description?: string

Role description

id: number

Numeric role ID

name: string

Role name

self: string

URL of the role resource