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

x/jira/src/agile/models/linkGroup.ts>LinkGroup

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

Details a link group, which defines issue operations.

Properties

optional
id: string
optional
styleClass: string
optional
header: { id?: string; styleClass?: string; iconClass?: string; label?: string; title?: string; href?: string; weight?: number; }

Details about the operations available in this version.

optional
weight: number
optional
groups: LinkGroup[]