获取scrum流程项目的工作项状态

编程入门 行业动态 更新时间:2024-10-25 19:29:14
本文介绍了获取scrum流程项目的工作项状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

Hi Team,

我想更新工作项的状态,在此之前我想获取工作项状态列表,当用户选择我想要更新工作项状态的特定状态时,我想在下拉列表中显示这些状态。

请帮助我如何通过vsts的其余api获取工作项目。

解决方案

感谢您在此发帖。

您可以使用以下rest api来获取集合中所有工作项的列表,并且所有字段包括状态都在其余api的响应中:

获取

http:// XXXX:8080 / tfs / DefaultCollection2015U3 / _apis / wit / workitems?ids = 1,2,3& api-version = 1.0

有关详细信息,请参阅以下链接:

www.visualstudio/en-us/docs/integrate/api/wit/work-items#get-a-list-of-work -items

最好的问候

Limitxiao Gao

Hi Team,

I want to update the state of the work item, before that i want to get the list of work item states these states i want to show in the dropdown when user selects the particular state i want to update the work item state.

Please help me how to get the work items through the rest api of vsts.

解决方案

Hi,

Thank you for posting here.

You could use the following rest api to get the list of all work items in the collection, and all the fields include the state are in the response of the rest api:

Get

XXXX:8080/tfs/DefaultCollection2015U3/_apis/wit/workitems?ids=1,2,3&api-version=1.0

For more information, you could refer to the following link:

www.visualstudio/en-us/docs/integrate/api/wit/work-items#get-a-list-of-work-items

Best Regards

Limitxiao Gao

更多推荐

获取scrum流程项目的工作项状态

本文发布于:2023-11-23 05:09:04,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1620197.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:流程   状态   项目   工作   scrum

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!