获取 Trac 的估算和时间跟踪插件中增加的小时数
我们正在为 Trac 使用估计和时间跟踪插件。
我想创建一个查询来显示工单中所有添加的小时数(如向工单添加工时)。
假设我们有开发人员:John、Fred 和 Peter,以及门票 Foo 和 Bar。我想看到这样的东西:
Ticket Developer At HoursTotal
-------------------------------------
Bar John 11:00 0.8 hours
Bar Fred 10:13 2.0 hours
Foo Peter 09:50 1.0 hours
Foo John 09:00 0.5 hours
We are using Estimation and Time Tracking plugin for Trac.
I want to create the query that would show all additions of hours to tickets (As in Add Hours to Ticket).
Let's say we have developers: John, Fred and Peter and tickets Foo and Bar. I want to see something like this:
Ticket Developer At HoursTotal
-------------------------------------
Bar John 11:00 0.8 hours
Bar Fred 10:13 2.0 hours
Foo Peter 09:50 1.0 hours
Foo John 09:00 0.5 hours
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
愚蠢的我,类似的东西包含在插件中。但这就是创建上面表格的内容:
Silly me, something like that is included in the plugin. But this is what will create the table above: