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
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

Configure credentials above to enable sending.

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

TypeScript

import jira from '@utdk/jira';

await jira.livetemplate()