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

    Interface SaveProjectTemplateRequest

    The request details to generate template from a project

    interface SaveProjectTemplateRequest {
        projectId?: number;
        templateGenerationOptions?: CustomTemplateOptions;
        templateType?: string;
    }
    Index

    Properties

    projectId?: number

    The ID of the target project

    templateGenerationOptions?: CustomTemplateOptions
    templateType?: string

    The type of the template: LIVE | SNAPSHOT