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