TFS - 将工作项添加到特定项目
TFS - Add work item to specific project
我对使用 tfs 进行开发比较陌生(之前只用过 git)。
我正在连接到一个服务器,其中包含相当多的项目。
当我创建一个新的工作项时,我可以 select 只能 'classification' 下面的服务器,而不是特定的项目。
如何将工作项直接分配给项目而不是服务器?
谢谢!
您可以直接在特定团队项目下创建工作项。最简单有效的方法是通过门户网站。
Project--Work--New Work Item--Work Item Type
此后一个工作项直接分配给这个项目而不是服务器。
In work item, several features depend on the team project or team that
you have selected. For example, dashboards, backlogs, and board views
will change depending on the context selected.
When you add a work item, the system references the default area and
iteration paths defined for the team context. Work items you add
from the team dashboard (new work item widget) and queries page are
assigned the team default iteration. Work items you add from a team
backlog or board, are assigned the team default backlog iteration.
You navigate to your team context from the top navigation bar.
如果您是tfs工作项的新手,建议您看一下MSDN中的相关教程:Plan and track your project with work items。另外在TFS中,有一个权限的概念,还要确保你的账户对项目和添加工作项有足够的权限。
我对使用 tfs 进行开发比较陌生(之前只用过 git)。
我正在连接到一个服务器,其中包含相当多的项目。 当我创建一个新的工作项时,我可以 select 只能 'classification' 下面的服务器,而不是特定的项目。
如何将工作项直接分配给项目而不是服务器? 谢谢!
您可以直接在特定团队项目下创建工作项。最简单有效的方法是通过门户网站。
Project--Work--New Work Item--Work Item Type
此后一个工作项直接分配给这个项目而不是服务器。
In work item, several features depend on the team project or team that you have selected. For example, dashboards, backlogs, and board views will change depending on the context selected.
When you add a work item, the system references the default area and iteration paths defined for the team context. Work items you add from the team dashboard (new work item widget) and queries page are assigned the team default iteration. Work items you add from a team backlog or board, are assigned the team default backlog iteration.
You navigate to your team context from the top navigation bar.
如果您是tfs工作项的新手,建议您看一下MSDN中的相关教程:Plan and track your project with work items。另外在TFS中,有一个权限的概念,还要确保你的账户对项目和添加工作项有足够的权限。