PUT /rest/api/2/project-template/edit-template

Edit custom template

This API endpoint allows you to edit an existing customised template.

Note: Custom Templates are only supported for Jira Enterprise edition.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
templateKey String No

The unique identifier of the template

templateDescription String No

The description of the template

templateGenerationOptions Object No
templateGenerationOptions.enableScreenDelegatedAdminSupport Boolean No

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

templateGenerationOptions.enableWorkflowDelegatedAdminSupport Boolean No

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

templateName String No

The name of the template

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.