This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我找到了答案,更新项目的映射文件以将自定义 tfs 字段映射到项目的开始字段,例如:
可以使用 vs 命令提示符下的“TFSfieldmapping”命令上传、下载映射文件。
我仍然面临一个问题,即当任务有子项目时,开始日期不会反映出来。仅对于没有子项目的任务,日期才会正确反映。
I found the answer, update the mappingfile of your project to map the custom tfs field to Project's start field like :
the mapping file can be upload, downloaded using "TFSfieldmapping" command on vs command prompt.
I am still facing a problem, that is when the task has child items, the start date is not reflected. Only for a task that has no child items, the date is reflected properly.