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

    Interface FieldConfigurationSchemeProjects

    Project list with assigned field configuration schema.

    interface FieldConfigurationSchemeProjects {
        fieldConfigurationScheme?: Version3Models.FieldConfigurationScheme;
        projectIds: string[];
    }
    Index

    Properties

    fieldConfigurationScheme?: Version3Models.FieldConfigurationScheme
    projectIds: string[]

    The IDs of projects using the field configuration scheme.