How to get the Project Template ID of the Delegated Project template.

This article helps you to find the Project Template ID that is created using the Delegated Project Creator for Jira app.

Option 1:

The below request will result in all the available Project templates.

https://your.jira.url/rest/projecttemplates/1.0/create-templates/all

Refer to this screenshot.

Please refer to this link https://appfire.atlassian.net/wiki/spaces/PCFJ/pages/61904433 for more details.

Option 2:

You can also get the Project template ID from the database. Execute the below query to get the details.

select * from AO_275653_PROJECT_TEMPLATE;

Refer to the below screenshot.

 

Â