我正在开发一个java sprint应用程序,它通过RESTAPI与azure devops交互。我可以使用以下调用创建测试套件:
邮递https://dev.azure.com/{organization}/{project}/_-api/testplan/plans/{planid}/suites?api版本=5.1-preview.1
请求机构:
{“suitetype”:“statictestsuite”,“name”:“subsuite 1.1.1”,“parentsuite”:{“id”:85},“inheritdefaultconfigurations”:false,“defaultconfigurations”:[{“id”:1},{“id”:2}]}
但根据文档,我只能在正文中使用以下字段:defaultconfigurations、defaulttesters、inheritdefaultconfigurations、name、parentsuite、querystring、requirementid和suitetype。https://docs.microsoft.com/en-us/rest/api/azure/devops/testplan/test%20%20suites/create?view=azure-devops-rest-5.1
我还想更新描述字段。检查这里的图像样本->1是否有办法通过RESTAPI实现这一点?
暂无答案!
目前还没有任何答案,快来回答吧!