create branch API - Mendix Forum

create branch API

5

With the app repository API https://docs.mendix.com/apidocs-mxsdk/apidocs/app-repository-api/#retrieve-branch we can find branches in Mendix projects, but this API does not have a POST method to create a new branch. In CICD I would like to be able to automatically create a branch to later easily apply hotfixes.

asked
1 answers

Would this not create an insane amount of branches? And it only saves you like 3 clicks when you actually need to make a hotfix. Open your model, Manage branch lines, create new branch and open it.

Created