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

x/jira/src/version2/models/issueTypeScreenSchemeUpdateDetails.ts>IssueTypeScreenSchemeUpdateDetails

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

Details of an issue type screen scheme.

Properties

optional
description: string

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

optional
name: string

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