I'm building a Python tool that can use GitLab issue templates to create issues. Does the API provide a way to do so?
I read the documentation and it seems not but maybe I missed something.
I can only find "Using a URL with prefilled values", where the following URL is using a description template
https://gitlab.com/gitlab-org/gitlab/-/issues/new?
issue[title]=Validate%20new%20concept&
issuable_template=Feature%20Proposal%20-%20basic
Calling that URL in your Python tool would use said template.