Getting Merge request templates #3264
Unanswered
boanergies
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi @boanergies, the id attribute for the template object and manager is the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm in the process of trying to automate some merge request creation via the python api you have provided and I want our description templates to be used as part of that. As such it seems I have to download the merge request description template and then add it to the merge create request as part of the
descriptionfield.I'm just a little confused of the get merge request description template api. I found the ProjectMergeRequestTemplateManager but am a little confused on it's
getfunction. As the code shows the URL being built is exactly what's documented for retrieving a specific description template. What I don't understand is whatidI should pass to thegetfunction as the documentation doesn't show any id particularly to be given for the template description.Beta Was this translation helpful? Give feedback.
All reactions