是否可以在报告螳螂问题的同时将其状态设置为已解决?
我经常需要提交已解决的问题以保存记录。但提交后需要将状态设置为“已解决”,这会花费一些更烦人的鼠标点击。是否可以在报告 Mantis 问题的同时将其状态设置为已解决?
More often than not I need to submit a resolved issue for record keeping purpose. But need to set the status to 'resolved' after submission, costing some more annoying mouse clicks. Is it possible to report mantis issue while setting its status to resolved at the same time?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的。如果您了解一些 PHP,您可以自己修改源代码。它并不复杂,因为 Mantis 有非常干净且不言自明的代码。
此解决方案有一些缺点,因为如果您不付出一点额外的努力,您将无法更新到新版本的 Mantis。
I don't think that's possible out of the box. If you know some PHP you could modify the source code yourself. It's not complicated because Mantis has very clean and self explanatory code.
There are some downfalls to this solution as you will not be able to update to new versions of Mantis without little extra effort from your side.