将 JIRA 与 Clearcase 结合使用

发布于 2024-11-29 22:00:37 字数 256 浏览 1 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沒落の蓅哖 2024-12-06 22:00:37

我从未设法使 Jira-ClearCase 插件 工作好吧,主要是因为轮询机制(通过 ClearCaseIndexService 查询新版本)是:

  • 返回结果太慢,
  • 无法很好地适应大型 Vobs。

我最终使用自定义字段来引用 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:

  • too slow to return result
  • didn't scale well with large Vobs.

I ended up using a custom field for referencing the extended path of the element(s) concerned by a Jira ticket.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文