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

    Interface EditTemplate

    Request to edit a custom template

    interface EditTemplate {
        templateDescription?: string;
        templateGenerationOptions?: CustomTemplateOptions;
        templateKey?: string;
        templateName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    templateDescription?: string

    The description of the template

    templateGenerationOptions?: CustomTemplateOptions
    templateKey?: string

    The unique identifier of the template

    templateName?: string

    The name of the template