POST /rest/api/2/project-template/save-template
Save custom template
This API endpoint allows you to save a customised template
Note: Custom Templates are only supported for Jira Enterprise edition.
Servers
- https://your-domain.atlassian.net
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 |
---|---|---|---|
templateDescription |
String | No |
The description of the template |
templateFromProjectRequest |
Object | No |
The request details to generate template from a project |
templateFromProjectRequest.projectId |
Integer | No |
The ID of the target project |
templateFromProjectRequest.templateGenerationOptions |
Object | No | |
templateFromProjectRequest.templateGenerationOptions.enableScreenDelegatedAdminSupport |
Boolean | No |
Enable screen delegated admin support for the template. This means screen and associated schemes will be copied rather than referenced. |
templateFromProjectRequest.templateGenerationOptions.enableWorkflowDelegatedAdminSupport |
Boolean | No |
Enable workflow delegated admin support for the template. This means workflows and workflow schemes will be copied rather than referenced. |
templateFromProjectRequest.templateType |
String | No |
The type of the template: LIVE | SNAPSHOT Valid values:
|
templateName |
String | No |
The name of the template |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.