Azure DevOps Rest API - Unable To Create New Iteration

前端 未结 2 1207
误落风尘
误落风尘 2021-01-27 02:27

Trying to use REST API to create iterations for a project using POST as per this:

https://docs.microsoft.com/en-us/rest/api/azure/devops/work/iterations/post%20team%20it

2条回答
  •  甜味超标
    2021-01-27 02:48

    You don't see the new iteration because you added the iteration in Project configuration only, the Rest API is related to "team settings".

    You need also to add the iteration in Team configuration (when you click on it you have tab "iterations", then click "Select iteration(s)" and select the new one).

    If you want help about the creating iteration you must share here all the code you tried.

提交回复
热议问题