在一个用户商店中进行更改也会修改其他用户故事 [英] Making changes in one user store is modifying other user stories also

查看:85
本文介绍了在一个用户商店中进行更改也会修改其他用户故事的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以看到修改一个用户商店中的字段会自动修改其他用户故事的相同字段。

I can see that modifying the field in one user store is modifying the same field of other user stories automatically.

Points

1)用户故事是独立的。 

1) User stories are independent . 

2)用户故事分配给不同的人。

2) User stories are assigned to different person.

3)无法跟踪所有故事当我改变一个用户故事时,用户故事就会被修改。

3) Not able to track which all the user stories are getting modified when i am changing one user story.

4)使用TFS 2013

4) Using TFS 2013

5)主要是堆栈字段被修改。

5) Mainly stack filed is getting modified.

你能帮我理解一下是什么原因。

Can you please help me to understand what is the cause of this.

推荐答案

你好Uchitha Unni,

Hi Uchitha Unni,

感谢您在此发帖。

您是如何修改提交的用户故事的?
批量修改
通过更改用户故事工作项定义文件
直接通过sql server
中的SQL查询更改字段值只需打开一个用户故事并直接更改字段值?

How did you modify the user story filed? Bulk modify or by changing the user story work item definition file or directly change the filed value via SQL query in sql server or just open a user story and change the filed value directly?


  • 批量修改会影响您选择的几个工作项。
  • 定义文件只是用户故事的模板。如果通过编辑工作项定义文件(UserStory.xml)进行修改,则会影响所有用户素材。
  • 如果您通过sql查询更改字段值,请确保添加了条件语句,(例如:

    UPDATE
    tablename
    set Fieldvalue =
    'abcdef'
    WHERE ID
    =
    'xxx')
    如果您错过了条件语句,它也会影响所有用户故事 WHERE )。
  • Bulk modify will affect several work items which you have selected.
  • The definition file is just the template of the user story. If you modify by editing the work item definition file (UserStory.xml), it will affect all the user stories.
  • If you change the filed value by sql query, please make sure you have added the conditional statements, (eg : UPDATE tablename set Fieldvalue = 'abcdef' WHERE ID = 'xxx')It would also affect all the user stories if you missed the conditional statements (WHERE).

通常它不会影响其他用户故事如果您只是打开用户故事并更改其归档值。在这种情况下,您可以尝试清除服务器和客户端中的所有缓存,或者重新启动服务器,然后再次检查它。

Normally it will not affect other user stories If you just open a user story and change its filed value. In this case, you can try to clean all the caches both in server and client or reboot the server them check it again.

最好的问候。


这篇关于在一个用户商店中进行更改也会修改其他用户故事的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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