kiegroup / git-backporting

Git backporting is a CLI tool to execute pull request backporting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Azure DevOps

bdovaz opened this issue · comments

It would be interesting that being a cli tool it would work with other widely used providers like Azure DevOps.

I have been analyzing of all the tools similar to this one and none of them support Azure DevOps, they all seem to be GitHub centric.

Thanks!

Hi @bdovaz, my idea was to create a tool as generic as possible such that we can plugin any other platform-specific flow (e.g., right now I integrated GitHub, GitLab and Codeberg) therefore I agree that adding this new integration with Azure DevOps could be a great value.

Unfortunately I have no experience on Azure DevOps so I would need some time to explore the API and its usage in order to properly understand the overall feasibility of this new integration. Keep you posted if I do have some more updates on this.

PS: Feel free to give it a try if you want :)