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

x/jira/src/version2/models/fieldConfigurationIssueTypeItem.ts>FieldConfigurationIssueTypeItem

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

The field configuration for an issue type.

Properties

fieldConfigurationId: string

The ID of the field configuration.

fieldConfigurationSchemeId: string

The ID of the field configuration scheme.

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.