我有现有的团队项目 (TFS 2018) 我想知道使用了哪个流程模板 [英] I have existing team project ( TFS 2018 )I want to know which process template have been used

查看:22
本文介绍了我有现有的团队项目 (TFS 2018) 我想知道使用了哪个流程模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有现有的团队项目 (TFS 2018) 我想知道使用了哪个流程模板.

I have existing team project ( TFS 2018 )I want to know which process template have been used.

推荐答案

如果您使用 3 个内置模板中的 1 个(Agile、Scrum、CMMI),您可以检查您的工作项类型:

If you use 1 from 3 built-in templates (Agile, Scrum, CMMI) you can check which work item type you have:

  • 敏捷 - 用户故事
  • Scrum - 产品待办列表项
  • CMMI - 要求

如果您使用自定义模板,您可以使用 rest API 检查流程模板:

If you use a custom template you can check the process template with rest API:

Get http://yourServer:8080/tfs/DefaultCollection/_apis/projects/TestTemplate?includeCapabilities=true&api-version=1.0

你可以得到关于模板的结果,如下所示:

You could get the result about the template like the following:

"capabilities": {
"processTemplate": {
  "templateName": "Test"
},

这篇关于我有现有的团队项目 (TFS 2018) 我想知道使用了哪个流程模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆