Is there any known possibility to get used template key in project?

I need to somehow get information about used templates in my existing projects using public/internal API.

It is not available in response from API within this endpoint:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get

I’d like to use it in create project endpoint to create similiar projects(not exactly the same) with the same functionalities like the existing ones. I’ve found internal endpoint returning some information about existing templates but it doesn’t provide information about usage in projects.

[GET] https://{jira_url}/rest/project-templates/1.0/templates

And I know that this information is available in activeobjects.xml in current jira backup mechanism, so it should be available somewhere else.

Is there any possibility to get this kind of information? I’d be thankful for any informations on this topic.

Hello @SebastianKoluk

If you just Google ‘jira cloud rest api get project templates’ you find where that question has been asked many times before, and the answer is still the same… there currently are no supported, public API endpoints for Jira Cloud that lookup Project Templates or their usage per Project.

Also, just search the Jira Cloud and Jira Platform Cloud sections of JAC for the same topic, and you’ll easily find the corresponding Suggestions / Feature Requests.