Jira.js - Jira Cloud API library
    Preparing search index...

    Interface FieldConfigurationSchemeProjectAssociation

    Associated field configuration scheme and project.

    interface FieldConfigurationSchemeProjectAssociation {
        fieldConfigurationSchemeId?: string;
        projectId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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.