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

    Interface ScreenSchemePayload

    interface ScreenSchemePayload {
        defaultScreen?: Version3Models.ProjectCreateResourceIdentifier;
        description?: string;
        name?: string;
        pcri?: Version3Models.ProjectCreateResourceIdentifier;
        screens?: {};
    }
    Index

    Properties

    description?: string

    The description of the screen scheme

    name?: string

    The name of the screen scheme

    screens?: {}

    Similar to the field layout scheme those mappings allow users to set different screens for different operations: default - always there, applied to all operations that don't have an explicit mapping create, view, edit - specific operations that are available and users can assign a different screen for each one of them https://support.atlassian.com/jira-cloud-administration/docs/manage-screen-schemes/#Associating-a-screen-with-an-issue-operation