Mantisで課題へのリンクを作成するには、ハッシュ記号#に続けて課題番号を入力します。
メモにリンクするにはどうすればよいですか?
~
記号、つまり~42
を使用して、ID 42
のバグノートにリンクします。プレフィックスは、$g_bugnote_link_tag
設定を使用して構成できます。
必要に応じて、 ここ からの明確化:~
表記は、MantisBTバージョンによって少し異なります。 1.1.xではNoteID(例:0026006)のみが表示されますが、1.2.x以降、リンクはIssueID:NoteID(例:0009261:0026006)に変更されました。
これを作成: 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