Skip to end of banner
Go to start of banner

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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This article helps you to find the Project Template id that is created using 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 /all for more details.

Option 2:

You can also get the project template id from the database. Please execute the below query to get the detail.

select * from AO_275653_PROJECT_TEMPLATE;

Refer to the below screenshot.

  • No labels