I created custom project templates. Other people than me can use those templates to create new projects.
How can I know which projects have been created using those templates using the API?
Thanks for your help!
I created custom project templates. Other people than me can use those templates to create new projects.
How can I know which projects have been created using those templates using the API?
Thanks for your help!
Hi,
From searching the Gitlab API docs, there doesn’t seem to be a command that will allow you to do that.
Thanks @iwalker
I found an import_type
property in the project payload with value gitlab_custom_project_template
but unfortunately there are no other property saying which custom project template is the source.