Create new top-level backlog in Azure Devops through Azure DevOps REST API

I’ve been writing a Python script that uses Azure DevOps REST API to automate some steps in regards to the creation of a organization in Azure DevOps.

One of the steps includes creating four new backlog levels, but I don’t seem to find any endpoint in the API that could help me with that task.

For reference, I’m trying to reproduce the steps shown here:

https://learn.microsoft.com/en-us/azure/devops/organizations/settings/work/customize-process-backlogs-boards?view=azure-devops

More specifically, in the “Add a portfolio backlog” part of the document.

Can anybody help me? I’m editing through repl.it and using the requests library, if that’s helpful.

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it’s currently written, it’s hard to tell exactly what you’re asking.

    – 
    Bot

Leave a Comment