Getting Merge request templates #3264
Unanswered
boanergies
asked this question in
Q&A
Replies: 0 comments
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
description
field.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
get
function. 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 whatid
I should pass to theget
function 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