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

x/jira/src/version2/models/fieldConfigurationSchemeProjectAssociation.ts>FieldConfigurationSchemeProjectAssociation

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

Associated field configuration scheme and project.

Properties

optional
fieldConfigurationSchemeId: string

The ID of the field configuration scheme. If the field configuration scheme ID is null, the operation assigns the default field configuration scheme.

projectId: string

The ID of the project.