Redmine 功能可为每张票证配置多个目标版本
在 Redmine 中,我需要票证中 Target Version
字段的替代项。基本上,我想预先定义大量版本号,然后为一张票分配超过 1 个版本号。例如,可以为票证分配软件 1.2.0
和硬件 1.1.0
。 自定义字段
的列表
格式将不起作用,因为您一次只能选择一个。我也不想创建复选框,因为复选框的数量会变得巨大。有什么想法吗?
我还在Redmine官方论坛上发布了这张票
谢谢!奇拉格
In Redmine, I need an alternate to the Target Version
field in a ticket. Basically, I would like to pre-define a large number of version numbers and then assign more than 1 version number to a ticket. For example a ticket can be assigned Software 1.2.0
and Hardware 1.1.0
. The List
Format for a Custom Field
will not work because you can only choose one at a time. I'd rather not create checkboxes either because the number of checkboxes will become huge. Any ideas?
I also posted this ticket on the official Redmine forum
Thanks! Chirag
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也有类似的愿望,但没有很好的解决办法。
一种解决方法是结合两个目标版本(例如:软件 1.2.0 / 硬件 1.1.0),对我来说,这通常足以满足我需要做的事情。
另一种选择是接受您的问题,并在其中创建两个子问题,每个子问题都有自己的目标版本。
I also have a similar wish, but I don't have a great solution.
One workaround is to combine the two target versions (like: Software 1.2.0 / Hardware 1.1.0), for me that usually is good enough for what I need to do.
Another option would be to take your issue, and create two child issues inside of it, each with its own target version.