Questions tagged [mantis]

MantisBT is a free popular web-based bugtracking system. It is written in the PHP scripting language and works with MySQL, MS SQL, and PostgreSQL databases and a webserver. MantisBT has been installed on Windows, Linux, Mac OS, OS/2, and others. Almost any web browser should be able to function as a client. It is released under the terms of the GNU General Public License (GPL).

MantisBT is a free popular web-based bugtracking system. It is written in the PHP scripting language and works with MySQL, MS SQL, and PostgreSQL databases and a webserver. MantisBT has been installed on Windows, Linux, Mac OS, OS/2, and others. Almost any web browser should be able to function as a client. It is released under the terms of the GNU General Public License (GPL).

For discussion forum: Mantis Forum

246 questions
58
votes
15 answers

Bugzilla or Mantis?

As the title says, I'm starting one project right now, and trying to layout the infrastructure for the project (SVN, Email, Bug tracking, Online Forums, etc...) So, Bugzilla or Mantis?
John
38
votes
2 answers

How to add a link (inside Mantis) to a note/comment?

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?
udo
  • 4,832
  • 4
  • 54
  • 82
25
votes
0 answers

Delphi XE 6 - SOAP request HTTPRIO error: The system cannot find the file specified

The error appears in the ShowMessage(aServer.mc_version) line of this code: uses mantisconnect; procedure TForm.Button1Click(Sender: TObject); var aServer: MantisConnectPortType; begin aServer := GetMantisConnectPortType; …
ar099968
  • 6,963
  • 12
  • 64
  • 127
23
votes
6 answers

mantis new user registration without email

Mantis needs the new user to click on a link received in a mail. As per company policy, the sendmail (or any other) application can not be active on server. How do I allow users to register without a valid e-mail? Is there anyway I can run an update…
shantanuo
  • 31,689
  • 78
  • 245
  • 403
21
votes
1 answer

Mantis Bug Tracker - What is default Admin password after fresh installation?

I installed Mantis BT and was redirected to login page after successful installation. It says that default user is 'administrator' but gives no hint about its password. Documentation has not specified default password either. Any clue?
Gaurang Patel
  • 4,310
  • 6
  • 27
  • 32
21
votes
2 answers

Mantis Bug tracker API integration?

I have just installed the Mantis bug tracker to use together with Eclipse IDE and have started too found out the advantages of it. Really great. Since Eclipse communicates with Mantis through an PHP soap API, I wonder if there's some documentation…
Industrial
  • 41,400
  • 69
  • 194
  • 289
16
votes
6 answers

Configuring MantisBT to send emails using GMail

I am new to Mantis bug tracker and I want to enable the email notification after registering for a new account. Well, I installed the MantisBT correctly without any problem on my local computer, I already changed the admin's password and removed the…
kimbebot
  • 887
  • 5
  • 16
  • 28
12
votes
2 answers

Mantis Roadmap Feature

How do I enable and use the Roadmap feature in the Mantis bugtracker? I am answering this myself and I hope it will be useful to other Mantis users. Here is a discussion on the same topic. Update: As an example, here is the Mantis Roadmap for Mantis…
Agnel Kurian
  • 57,975
  • 43
  • 146
  • 217
12
votes
3 answers

Mantis bugnotes formatting

Is it possible to format bugnotes(comments) entered in Mantis bug tracker for an issue ? I am using Mantis v1.0.8 e.g. "sample mantis bug notes" which appears as plain text. I would like to make it bold or to display in different color e.g.…
N30
  • 3,463
  • 4
  • 34
  • 43
9
votes
4 answers

Mantis - Integrate Wiki

I am using Mantis (PHP and MysQL) as a bug tracking tool and I would like to extend it in order to document requirements and technical specifications. Ideally, I should be able to link a defect with a requirement. Is there a way to integrate a Wiki…
Adrian
  • 6,013
  • 10
  • 47
  • 68
9
votes
2 answers

wsimport fails when trying to create client service library

I am trying to create a client library to access Mantis from java. The problem is that I am getting an error and I don't know why. Running this command: wsimport http://www.mantisbt.org/demo/api/soap/mantisconnect.php?wsdl simply fails. It is…
Raul Luna
  • 1,945
  • 1
  • 17
  • 26
8
votes
6 answers

Have you integrated Mantis and Subversion?

I do mostly Windows development. We use Mantis and Subversion for our development but they aren't integrated together, in fact they are on different servers. I did a little googling about integrating the two together and came across this post. It…
itsmatt
  • 31,265
  • 10
  • 100
  • 164
6
votes
2 answers

Mantis and Redmine, which one is better for issue tracking?

I consider to use Mantis or Redmine to manage projects. (Issue Tracking) I know both are really good. For now, I won't connect it with SVN or Git. (It may happen later) The main purpose is issue tracking on business with co-workers. Please recommend…
Kyoungwon Lee
  • 129
  • 1
  • 1
  • 7
6
votes
1 answer

Best practice for integrating Mantis and Subversion

I would like to integrate Subversion into Mantis, so when I make a subversion commit, the appropriate Mantis issue is updated. With Mantis' Source Integration Plugin, this becomes a cinch to pull off with WebSVN. However, none of the documentation…
tcdaniel
  • 203
  • 1
  • 2
  • 11
6
votes
2 answers

Custom status in Mantis Bug Tracker

I want to add a custom status to Mantis Bug tracker called "On Hold". Following some blogs I found online, I added the following lines to config_local.php: $g_status_enum_string =…
Daniel
  • 794
  • 10
  • 20
1
2 3
16 17