Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/models/projectRoleGroup.ts>ProjectRoleGroup

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface ProjectRoleGroup
import { type ProjectRoleGroup } from "https://deno.land/x/jira@v3.0.2/src/version3/models/projectRoleGroup.ts";

Details of the group associated with the role.

Properties

optional
displayName: string

The display name of the group.

optional
name: string

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

optional
groupId: string

The ID of the group.