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

x/jira/src/agile/models/issueType.ts>IssueType

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

Details about an issue type.

Properties

self: string

The URL of the issue type.

id: string

The unique identifier of the issue type.

description: string

The description of the issue type.

iconUrl: string

The URL of the icon for the issue type.

name: string

The name of the issue type.

subtask: boolean

Whether the issue type is a subtask type.

avatarId: number

The ID of the avatar for the issue type.

entityId: string

The ID of the entity for the issue type.

hierarchyLevel: number

The hierarchy level of the issue type.