Mantisの課題へのリンクの作成は、ハッシュ記号#の後に課題番号を付けて行います。
- 例:#123
メモにリンクするにはどうすればよいですか?
~
記号を使用します。つまり~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