Creating a link to an issue in Mantis is done via the hash symbol # followed by the issue number.
- Example: #123
How do I link to a note?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the
~symbol, i.e~42to link to the bugnote with the id42. The prefix is configurable using the$g_bugnote_link_tagsetting.A little clarification, if needed, taken from here: the
~notation works a little different according to MantisBT version. In 1.1.x shows only the NoteID (e.g., 0026006), but since 1.2.x and above, the link was changed to IssueID:NoteID (e.g., 0009261:0026006).