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

    Interface CustomTemplateOptions

    interface CustomTemplateOptions {
        enableScreenDelegatedAdminSupport?: boolean;
        enableWorkflowDelegatedAdminSupport?: boolean;
    }
    Index

    Properties

    enableScreenDelegatedAdminSupport?: boolean

    Enable screen delegated admin support for the template. This means screen and associated schemes will be copied rather than referenced.

    enableWorkflowDelegatedAdminSupport?: boolean

    Enable workflow delegated admin support for the template. This means workflows and workflow schemes will be copied rather than referenced.