provider Project templates POST
/rest/api/3/project-template @utdk/jira
/rest/api/3/project-template Create custom project
Creates a project based on a custom template provided in the request.
The request body should contain the project details and the capabilities that comprise the project:
* `details` \- represents the project details settings
* `template` \- represents a list of capabilities responsible for creating specific parts of a project
A capability is defined as a unit of configuration for the project you want to create.
This operation is:
* [asynchronous](#async). Follow the `Location` link in the response header to determine the status of the task and use [Get task](#api-rest-api-3-task-taskId-get) to obtain subsequent updates.
***Note: This API is only supported for Jira Enterprise edition.***
**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.createprojectwithcustomtemplate()