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

    Interface FieldLayoutSchemePayload

    interface FieldLayoutSchemePayload {
        defaultFieldLayout?: Version3Models.ProjectCreateResourceIdentifier;
        description?: string;
        explicitMappings?: {};
        name?: string;
        pcri?: Version3Models.ProjectCreateResourceIdentifier;
    }
    Index

    Properties

    description?: string

    The description of the field layout scheme

    explicitMappings?: {}

    There is a default configuration "fieldlayout" that is applied to all issue types using this scheme that don't have an explicit mapping users can create (or re-use existing) configurations for other issue types and map them to this scheme

    name?: string

    The name of the field layout scheme