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

x/jira/src/version3/models/issueTypeSchemeUpdateDetails.ts>IssueTypeSchemeUpdateDetails

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

Details of the name, description, and default issue type for an issue type scheme.

Properties

optional
name: string

The name of the issue type scheme. The name must be unique. The maximum length is 255 characters.

optional
description: string

The description of the issue type scheme. The maximum length is 4000 characters.

optional
defaultIssueTypeId: string

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