Redmine 中的合并问题

发布于 2024-11-03 09:07:46 字数 88 浏览 1 评论 0原文

Redmine 的一个有趣功能是可以将两个或多个问题合并为一个新问题。 开发团队已向开发团队请求此功能,但仍然不可用。 有人可以帮助我找到实现此功能的解决方法吗?

An interesting feature in Redmine was the possibility to merge two or more issues into one new issue.
This feature was asked to development team but still isn't available.
Someone can help me with a workaround to implement this functionality?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

帝王念 2024-11-10 09:07:46

到目前为止,我的解决方法是:

例如,您有 yyy 和 zzz 问题,yyy 是将与 zzz 合并的问题。

  1. 将 yyy 状态更改为“已拒绝”。
  2. 将“merge issues with #zzz”放入 yyy 评论字段中(redmine 会自动将 #zzz 转换为链接)。
  3. 将 yyy 的父任务设置为 zzz,现在当您打开 zzz 时,您将看到 yyy 作为其子任务。

它很好地满足了我的需求,因为两个问题仍然会链接在一起(尽管是手动的)。

up until now my workaround is:

For example you have yyy and zzz issue, yyy is the one that will be merged with zzz.

  1. Changes the yyy status to "rejected".
  2. Put "merge issue with #zzz" in yyy comment field (redmine will automatically convert #zzz into link).
  3. set the parent task for yyy as zzz, now when you open zzz you will see yyy as its subtask.

It serves my needs just fine as the two issue would still be linked (albeit manually).

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