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
0
votes
1 answer

Counting working hours between dates in MySQL

I am trying to create SQL query that calculates the number of hours between two dates (2015-01-01 12:12:12). The complexity of this query is on sum up hours only between Monday to Friday from 8am to 6pm. I need it to calculate how long it took for…
bruninhu
  • 27
  • 5
0
votes
1 answer

Migrate data from Redmine -> Mantis BT

Is there any possibility to migrate data from Redmine to Mantis BT ? Is this a loss-less operation ? I've read, that Mantis contains less project management tools than Redmine. Thus mantis could be a subclass of Redmine -> therefore would we loose…
Sold Out
  • 1,321
  • 14
  • 34
0
votes
1 answer

MantisBT - Assign Issue to Group

Sometimes in development, we need a group not individual to work on a task. So, how can I assign an issue reported in MantisBT to a group, not individual?
user1995781
  • 19,085
  • 45
  • 135
  • 236
0
votes
1 answer

MantisBT: Verification Message was not sent in my gmail

Webserver: Localhost (WAMP) Error display in Signing Up: SYSTEM WARNING: 'stream_socket_enable_crypto() [streams.crypto]: this stream does not support SSL/crypto' in 'C:\wamp\www\bugtracker\library\phpmailer\class.smtp.php' line 249 Codes in…
0
votes
1 answer

Selenium's suite result failed but jenkins "circle" say that it's ok

I made a Selenium script who will be executed by jenkins, when all the test results are ok jenkins says that everything is good (with the blue point) but when the test resut are failed (and the console output says that it failed) the point stills…
Nic
  • 327
  • 1
  • 18
0
votes
1 answer

MantisBT: How to set default filter of "Assign to" to myself?

I want to set default value for "assigned to" filter in view_all_bug_page.php to myself. How can I do this? In fact, I want when my users going to see view_all_bug_page.php, (by default) viewing his/her "assigned to" works, not all works.
0
votes
1 answer

Is there a way to setup permissions so that a viewer can only view issues he is monitoring

I have been given a requirement to allow our sales team to view all of the issues that we are in the process of investigating/fixing that their customers are experiencing. We've added a custom column that contains a list of all of our customers so…
Nick
  • 1,361
  • 1
  • 14
  • 42
0
votes
1 answer

Mantis custom field "date" giving odd default values

For collecting Date of Manufacture when customers open new issues, I added a custom field to my Mantis install (cur ver) with the type "date". I did not specify default values or possible values. Mantis creates the following HTML on its own:
Drew
  • 6,208
  • 10
  • 45
  • 68
0
votes
1 answer

Need help for install plugins in mantis

I am newbie in mantis bug tracker so may be my question is not that much proper. I had install MantisBT Version 1.2.15. In that i want to install following plugins JabberNotifierSystem announce MantisGraph PastePicture XmlImportExport…
Hemdip
  • 410
  • 6
  • 29
0
votes
1 answer

Hiding the issue history field for users below a certain level

I am currently implementing a new ticket system for my company and have stumbled across Mantis bug tracker which seems like a fairly robust and feature heavy open source bug-tracking system. However, after browsing their documentation and forums it…
jezzipin
  • 4,110
  • 14
  • 50
  • 94
0
votes
2 answers

How to allow users to send issues via e-mail to MantisBT?

In http://en.wikipedia.org/wiki/Comparison_of_issue-tracking_systems#Input_interfaces it says, that Mantis allows Input via mail. I checked config_defaults_inc.php for associated settings, but could not find them. How can I allow my users to send…
Edward
  • 4,453
  • 8
  • 44
  • 82
0
votes
1 answer

Enable email for every action for every one on mantis

I want to enable the email notification for every action on Mantis and these emails will be received by everyone. so can any one please let know how the email configuration should be? I used settings like the following, but i am not getting any…
nasirkhan
  • 9,948
  • 5
  • 27
  • 33
0
votes
1 answer

MantisBT Bugtracker

I have installed MantisBT on my system & created/reported issue, now I have installed the same version mantisBT on other system.How to migrate database from my system to other system.And next question is how to manage connectivity in both system (it…
Rekha
  • 11
0
votes
1 answer

Resolution to assign to the bug when reopened not working on mantisbt

the default in config_defaults_inc.php suggests that any reopened bug/issue in Mantis gets given the resolution REOPENED, i've changed this in the file to OPEN but this seems to have no affect when reopening a closed bug/issue. We have a button on…
user894932
0
votes
1 answer

"Authorization Required" error mantis api -- MantisConnect

I am getting an error when try access to mantis api using following url http://myurl/bugs/api/soap/mantisconnect.php using php curl. {"error":"Authorization Required"} Is there settings for admin to access mantis api?
Shemeer M Ali
  • 1,030
  • 15
  • 39