将 JIRA 与 Clearcase 结合使用
我使用 Clearcase 作为版本控制,使用 JIRA 作为错误跟踪工具。目前 ccase 和 JIRA 尚未集成以进行问题跟踪。我想将 JIRA 与 ccase 集成,但我对 JIRA 供应商不支持/开发的可用插件有点怀疑。我怀疑它的稳定性和可靠性。将 JIRA 与 Clearcase 集成的最佳方式是什么?我如何有效地跟踪错误?我特别问这个问题是因为在我们的开发实践中我们不会创建太多的分支。相反,我们反向合并并维护分支。只有当我们在分支中进行了太多修改并且变得非常难以管理时,才会保留它。
I'm using clearcase as version control and JIRA as bug-tracking tool. Currently ccase and JIRA is not integrated for issue tracking. I'd like to integrate JIRA with ccase but I am a bit skeptical about the plugin available which is not supported/developed by the JIRA vendor. I doubt it's stability and reliability. What's the best way to integrated JIRA with clearcase. How effectively I can track bugs? I am specifically asking this because in our development practice we won't created too many branches. Rather we backmerge and maintain the branches. It will be left only if we've too many modifications in the branch and become quite unmanageable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从未设法使 Jira-ClearCase 插件 工作好吧,主要是因为轮询机制(通过 ClearCaseIndexService 查询新版本)是:
我最终使用自定义字段来引用 Jira 票证所涉及的元素的扩展路径。
I never managed to make the Jira-ClearCase plugin work well, mainly because the polling mechanism (which queries the new versions through the
ClearCaseIndexService
) was:I ended up using a custom field for referencing the extended path of the element(s) concerned by a Jira ticket.