- Notifications
You must be signed in to change notification settings - Fork676
Getting Merge request templates#3264
-
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 I'm just a little confused of the get merge request description template api. I found theProjectMergeRequestTemplateManager but am a little confused on it's |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Hi@boanergies, the id attribute for the template object and manager is the |
BetaWas this translation helpful?Give feedback.
All reactions
-
Ah I see now, thank you for the help |
BetaWas this translation helpful?Give feedback.