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

x/jira/src/version3/models/issueTypeScreenSchemeMapping.ts>IssueTypeScreenSchemeMapping

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

The IDs of the screen schemes for the issue type IDs.

Properties

issueTypeId: string

The ID of the issue type or default. Only issue types used in classic projects are accepted. An entry for default must be provided and defines the mapping for all issue types without a screen scheme.

screenSchemeId: string

The ID of the screen scheme. Only screen schemes used in classic projects are accepted.