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

x/jira/src/version2/models/hierarchyLevel.ts>HierarchyLevel

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

Properties

optional
name: string

The name of this hierarchy level.

optional
level: number

The level of this item in the hierarchy.

optional
issueTypeIds: number[]

The issue types available in this hierarchy level.

optional
globalHierarchyLevel: string