Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/groupName.ts>GroupName

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

Details about a group.

Properties

optional
groupId: string

The ID of the group, which uniquely identifies the group across all Atlassian products. For example, 952d12c3-5b5b-4d04-bb32-44d383afc4b2.

optional
name: string

The name of group.

optional
self: string

The URL for these group details.