从 tortosiesvn 日志到问题跟踪器 (Flyspray) 的问题链接

发布于 2024-12-10 11:04:48 字数 322 浏览 1 评论 0原文

我们使用 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 技术交流群。

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

发布评论

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

评论(1

偏爱你一生 2024-12-17 11:04:48

文档中的使用正则表达式的问题编号章节可能有助于编写好的RE
在此处输入图像描述

注意 2 RE - 一个用于消息,一个用于 id,消息 RE 是里面 ()

Issue Numbers Using Regular Expressions chapter from docs may help to write good RE
enter image description here

Note 2 RE - one for message, one for id, and message RE is inside ()

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