从 tortosiesvn 日志到问题跟踪器 (Flyspray) 的问题链接
我们使用 SVN、TSVN 和 Flyspray 作为我们的问题跟踪器。根据我从文档中了解到的内容,问题跟踪器本身应该不重要。
因此,我将 bugtraq:url 设置为:
http://our.server.pl/flyspray/index.php?do=details&task_id=%BUGID%
并将 bugtraq:logregex 设置为:
[Ff][Ss]#(\d+)
从存储库提交并更新。,但日志消息中仅链接了一个数字。是否有可能将整个序列连接起来?
We use SVN with TSVN and Flyspray as our issue tracker. The issue tracker itself shouldn't be important from what I've understood from docs.
So I've set up bugtraq:url to:
http://our.server.pl/flyspray/index.php?do=details&task_id=%BUGID%
And bugtraq:logregex to:
[Ff][Ss]#(\d+)
Commited and Updated from repo., but only a number is linked in the log messages. Is it possible to have whole sequence linked?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文档中的使用正则表达式的问题编号章节可能有助于编写好的RE
注意 2 RE - 一个用于消息,一个用于 id,消息 RE 是里面 ()
Issue Numbers Using Regular Expressions chapter from docs may help to write good RE
Note 2 RE - one for message, one for id, and message RE is inside ()