在 ClearQuest 中精确定位特定文件和版本
我们有一个 CR,它被认为是作为增强功能的一部分进行修复的。此增强功能具有签入大量文件的活动。现在,如果我使此 CR 与增强功能重复无效,则客户端必须扫描该活动中的文件列表才能找出实际文件。 我的经理建议回滚一项活动的更改,将更改添加回另一项活动,然后仅将添加回的活动附加到 CR 并关闭它。 我只是想知道是否没有办法轻松地向客户端确定特定的文件和版本,而不是所有这些混乱。
We have a CR which is figured out to be fixed as part of an enhancement. This enhancement has a activities with huge number of files checked-in. Now if I make this CR invalid duplicate of the enhancement, the client has to scan through the list of files in that activity to figure out the actual file.
My manager suggested rolling back the change with one activity, adding the change back in with another activity and attach only the adding back activity to the CR and close it.
I am just wondering if there is no way to easily pinpoint the specific file and version to the client instead of all this mess.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有权访问 CR 引用的活动列表,则可以使用以下内容编写搜索脚本:
并在描述正确的活动后显示相关文件和版本。
If you have access to the list of activities referenced by your CR, you can script the search with some:
and display the relevant files and versions once you have described the right activity.