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

x/jira/src/version2/models/issueTypeScheme.ts>IssueTypeScheme

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

Details of an issue type scheme.

Properties

optional
defaultIssueTypeId: string

The ID of the default issue type of the issue type scheme.

optional
description: string

The description of the issue type scheme.

id: string

The ID of the issue type scheme.

optional
isDefault: boolean

Whether the issue type scheme is the default.

name: string

The name of the issue type scheme.