We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
下面允许您键入快速注释。 该注释将成为分配给您自己的 Trac 票证。 我用它来处理非常快速的错误和/或我不想忘记的功能。 或者,如果我编写了一个功能,我会打开然后关闭它的票证,这样我就可以获得全额积分:)
- j
用法很简单:
$ trac-bug out of beer
Ticket #9: out of beer
The following allows you to type a quick note. The note becomes a Trac ticket, assigned to yourself. I use this for very quick bugs and/or features I don't want to forget. Or, if I make up a feature I open then close a ticket for it, so I get full credit :)
- j
Usage is brief:
$ trac-bug out of beer
Ticket #9: out of beer
如果您使用 Eclipse:Mylyn 是完美的。
否则您总是可以获得 XML RPC 插件。 http://trac-hacks.org/wiki/XmlRpcPlugin 并推出您自己的小工具。
为了快速创建类似的票证,您可以使用克隆插件:http://trac-hacks.org/wiki/ CloneTicketPlugin
编辑 我通过 SVN 支持 Espen 的想法 签入挂钩,它对我们也很有用。
If you're using Eclipse: Mylyn is perfect.
Otherwise you could always get the XML RPC plugin. http://trac-hacks.org/wiki/XmlRpcPlugin and roll your own little tool.
For quickly creating similar tickets, you could use the Clone plugin: http://trac-hacks.org/wiki/CloneTicketPlugin
Edit And I second Espen's idea with the SVN checkin hook, it works great for us, as well.
您可以尝试使用 EmailtoTrack,这样您只需发送电子邮件即可创建票证。
(另一个巧妙的跟踪技巧,如果与您的问题没有直接关系,就是在版本控制系统中使用提交挂钩,这样您就可以通过提交来关闭票证。我只尝试过 这个 用于 SVN,但移植起来应该不难。)
You could try using EmailtoTrack, so you can create tickets just by sending emails.
(Another neat track tip, if not directly related to your question, is to use a commit hook with your version control system so you can close tickets by doing commits. I've only tried this one for SVN, but it shouldn't be hard to port.)
track-hacks 上还有一个命令行 trac 票证创建器,您必须在 trac 存储库所在的同一台计算机上运行它。 我发现命令行添加比基于网络的添加要快得多。
http://trac-hacks.org/wiki/TicketToTracScript
There is also a command-line trac ticket creator on track-hacks, you have to run it on the same machine as the trac repo resides. I find the command line addition to be much faster than the web-based one.
http://trac-hacks.org/wiki/TicketToTracScript
与此同时,一个编程的 TicketImportPlugin 可以在 Excel 表的一次用户交互中创建或更新多个票证。
Meanwhile one programmed TicketImportPlugin which creates or updates multiple tickets in one user interaction from Excel table.
如果 Mylyn 适合您,也请考虑查看 http://tasktop.com。 Tasktop 通过自动时间跟踪、网页浏览支持、电子邮件和日历集成等强大的生产力功能扩展了 Mylyn。
If Mylyn is working for you, consider checking out http://tasktop.com too. Tasktop extends Mylyn with powerful productivity features such as automatic time tracking, web browsing support, email and calendar integration, and more.