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

x/jira/src/version2/models/fieldConfigurationToIssueTypeMapping.ts>FieldConfigurationToIssueTypeMapping

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

The field configuration to issue type mapping.

Properties

fieldConfigurationId: string

The ID of the field configuration.

issueTypeId: string

The ID of the issue type or default. When set to default this field configuration issue type item applies to all issue types without a field configuration. An issue type can be included only once in a request.