如何在注释/注释中添加链接(在Mantis中)?

udo*_*udo 34 mantis

在Mantis中创建指向问题的链接是通过哈希符号#后跟问题编号完成的.

  • 示例:#123

如何链接到笔记?

Rob*_*anu 38

使用~符号,即~42链接到带有id的bugnote 42.可以使用$g_bugnote_link_tag设置配置前缀.

如果需要,可以从这里进行一些澄清:~根据MantisBT版本,符号的工作方式略有不同.在1.1.x中仅显示NoteID(例如,0026006),但是从1.2.x及更高版本开始,链接被更改为IssueID:NoteID(例如,0009261:0026006).

  • 有没有办法从笔记链接到附件/图像? (4认同)

Vou*_*uze 13

形成这个:http://inform7.com/mantis/view.php?id = 259:

 Also for future reference: you can link to another issue by prefixing
 the issue number with #, or link to a comment by prefixing the comment
 number with ~.


 # 259 (without the space) => 0000259
 ~ 559 (without the space) => 0000259:0000559
Run Code Online (Sandbox Code Playgroud)

  • 有这方面的实际文件吗?如果您不必搜索 bugtracker 的 bugtracker 来发现 bugtracker 的语法,那就太好了。:s (3认同)