provider Project templates GET /rest/api/3/project-template/live-template
@utdk/jira /rest/api/3/project-template/live-template
Gets a custom project template
Get custom template This API endpoint allows you to get a live custom project template details by either templateKey or projectId ***Note: Custom Templates are only supported for Jira Enterprise edition.***
projectId query
optional - The \{@link String\} containing the project key linked to the custom template to retrieve
string
templateKey query
optional - The \{@link String\} containing the key of the custom template to retrieve
string

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.

livetemplate
GET/rest/api/3/project-template/live-template
Get custom template This API endpoint allows you to get a live custom project template details by either templateKey or projectId ***Note: Custom Templates are only supported for Jira Enterprise edition.***

optional - The \{@link String\} containing the project key linked to the custom template to retrieve

optional - The \{@link String\} containing the key of the custom template to retrieve

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.livetemplate()