Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

up vote 14 down vote accepted

Use the ~ symbol, i.e ~42 to link to the bugnote with the id 42. The prefix is configurable using the $g_bugnote_link_tag setting.

share|improve this answer
thanks robert. I appreciate also the config reference. – udo May 5 '11 at 8:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.