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:
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