Trac:“等待”插件?

发布于 2024-09-02 04:33:33 字数 65 浏览 2 评论 0原文

有时,除非其他人采取行动或发生某些事件,否则问题无法解决。 trac 是否有一个附加组件可以为这些情况添加一个字段?

Sometimes an issue can't be resolved until someone else does something, or until some event occurs. Is there an add-on for trac that adds a field for these situations?

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

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

发布评论

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

评论(3

猫卆 2024-09-09 04:33:33

我使用 needinfo 关键字来解决此类问题。

I use a needinfo keyword for such issues.

简单 2024-09-09 04:33:33

请参阅 trac-hacks 上的 AdvancedTicketWrokflowPlugin。您可以使用 set_owner_to_previousset_status_to_previous 在工单工作流程中实现 needinfo 状态。事实上,needinfo 操作就是该页面上给出的示例。

披露:我编写了 AdvancedTicketWorkflowPlugin,并且是一名 Trac 开发人员。

Look at AdvancedTicketWrokflowPlugin on trac-hacks. You can use set_owner_to_previous and set_status_to_previous to implement a needinfo state in your ticket workflow. In fact, a needinfo action is the example given on that page.

Disclosure: I wrote the AdvancedTicketWorkflowPlugin and am a Trac developer.

几度春秋 2024-09-09 04:33:33

您见过 MasterTickets 插件吗?它添加了一个“被阻止”字段,相当于“等待”。这是针对 Bug 之间的依赖关系,其中 Bug 101 无法解决,直到 Bug 102 解决为止。

Have you seen the MasterTickets plugin? It adds a "blocked by" field, which is the equivalent of "waiting on". This is for dependencies between bugs, where Bug 101 can't be solved until Bug 102 is.

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