我正在寻找一种方法来确定在创建团队项目后使用的流程模板.我现在只能通过查看工作项类型来猜测.我在Visual Studio中找不到任何选项来检索此信息.我需要知道什么过程模板用于不是我自己创建的团队项目.
我们正在使用Jira/GreenHopper在Scrum团队中运行我们的冲刺.事实上,Jira是一个bug跟踪工具,而GreenHopper是一个Scrum-ish附加组件,这一事实变得非常痛苦.
我们希望我们的产品负责人在Jira/GreenHopper中输入用户故事,并让团队将技术任务挂在用户故事上.怎么做到这一点?Jira/GreenHopper似乎没有关于任务的用户故事的概念.这是正确的还是我错过了什么?
此外,我们希望Jira/GreenHopper中的任务板跟踪用户故事和任务,从"待办事宜"到"完成".再一次,似乎没有办法做到这一点.用户故事在完成所有任务后即完成.用户故事正在进行时,任务应该能够从待办事宜移动到完成.我们认为Jira/GreenHopper任务板不能这样做是否正确?
我一般对如何使用Jira/GreenHopper来解决上述问题的想法,书籍,教程等感兴趣.
VS一直在崩溃,通常当我想点击我想要编辑的一些文本时.当我查看事件日志时,我得到了;
Log Name: Application
Source: Application Error
Date: 26/03/2013 15:18:30
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: (removed)
Description:
Faulting application name: devenv.exe, version: 10.0.40219.1, time stamp: 0x4d5f2a73
Faulting module name: clr.dll, version: 4.0.30319.269, time stamp: 0x4ee9ae83
Exception code: 0xc00000fd
Fault offset: 0x00194a5d
Faulting process id: 0x47c
Faulting application start time: 0x01ce2a3396f0faf2
Faulting application path: c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: 69d0daee-9628-11e2-aeba-005056c00008
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider …Run Code Online (Sandbox Code Playgroud) visual-studio visual-studio-2012 visual-studio-2013 visual-studio-2015 visual-studio-2017
我有一个TFS在线项目.当我试图构建项目时,我收到以下错误:
严重级代码说明项目文件行错误无法从程序集C:\ Users\Bryan\Source\Workspaces\TestProject\ContosoUniversity\packages\Microsoft.Net.Compilers.1.0加载"Microsoft.CodeAnalysis.BuildTasks.Csc"任务. 0 \建.. \工具\ Microsoft.Build.Tasks.CodeAnalysis.dll.无法加载文件或程序集'file:/// C:\ Users\Bryan\Source\Workspaces\TestProject\ContosoUniversity\packages\Microsoft.Net.Compilers.1.0.0\tools\Microsoft.Build.Tasks.CodeAnalysis.dll '或其中一个依赖项.找不到该文件.确认声明是否正确,程序集及其所有依赖项是否可用,以及该任务是否包含实现Microsoft.Build.Framework.ITask的公共类.ContosoUniversity
这与Azure有什么关系不支持ASP.NET 4.6吗?
我正在使用Visual Studio 15 Preview 3
当我创建一个新项目(ASP.Net 5"空"项目)并按下构建时,它无法构建.我收到以下错误.
Severity Code Description Project File Line Suppression State
Error MSB4063 The "VsTsc" task could not be initialized with its input parameters. WebApplication3 C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v15.0\TypeScript\Microsoft.TypeScript.targets 247
Error MSB4064 The "OutputLogFile" parameter is not supported by the "VsTsc" task. Verify the parameter exists on the task, and it is a settable public instance property. WebApplication3 C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v15.0\TypeScript\Microsoft.TypeScript.targets 261
Run Code Online (Sandbox Code Playgroud)
请给我任何建议.我没有添加任何代码,只是创建了项目并按下了构建.
为什么没有Team Foundation Server Express Edition?
我确保已涵盖所有必备条件,然后尝试从此处安装补丁:
当我这样做时,我最终得到这样的信息:

好的 - 所以,相信我可能已经安装了涵盖更新的软件,我尝试将我的TFS预览服务器添加到Visual Studio 2008团队资源管理器(其设置与我在VS 2012中的设置相匹配):

这尝试连接可能30 - 60秒,然后退出此错误消息:

我究竟做错了什么?从阅读其他博客文章看,VS 2010和VS 2008都支持Team Foundation Service.
tfs visual-studio-2008-sp1 visual-studio-2008 tfs2012 azure-devops
我想看到所有被锁定的文件.到目前为止,我只发现使用tf.exe状态并查找"!"的任何内容 因为它们不会在UI中报告为"锁定,编辑".有任何想法吗?谢谢.
是否可以更改TFS工作项的类型?例如,我有一个Bug我想更改为变更请求.
当我打开Visual Studio 2013并加载我的解决方案时,我会收到一条错误消息,告诉我测试窗口无法加载.
The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information.
1) Cannot compose part 'Microsoft.VisualStudio.TestWindow.Controller.TestsServiceInternal' because a cycle exists in the dependencies between the exports being composed. To break this cycle, consider changing some imports from constructor to property injection.
Element: Microsoft.VisualStudio.TestWindow.Controller.TestsServiceInternal --> Microsoft.VisualStudio.TestWindow.Controller.TestsServiceInternal
Resulting in: Cannot get export 'Microsoft.VisualStudio.TestWindow.Controller.TestsServiceInternal (ContractName="Microsoft.VisualStudio.TestWindow.Data.TestsService+ITestsServiceInternal")' from part 'Microsoft.VisualStudio.TestWindow.Controller.TestsServiceInternal'.
Element: Microsoft.VisualStudio.TestWindow.Controller.TestsServiceInternal (ContractName="Microsoft.VisualStudio.TestWindow.Data.TestsService+ITestsServiceInternal") --> Microsoft.VisualStudio.TestWindow.Controller.TestsServiceInternal
The composition produced a single composition error. …Run Code Online (Sandbox Code Playgroud) unit-testing mstest visual-studio-test-runner visual-studio-2013
tfs ×5
azure-devops ×2
c# ×1
jira ×1
jira-agile ×1
mstest ×1
scrum ×1
tf-cli ×1
tfs-workitem ×1
tfs2012 ×1
unit-testing ×1