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 ...
-1
votes
0answers
8 views
Mantis - Total time spent in each status
Does anyone know of a way to calculate the amount of time that a ticket spent in each status? We have new to resolved time but are looking for a way to calculate and report back on how much time the ...
0
votes
0answers
8 views
Can't get rid of tab icon in Mantis
I'm adapting mantis for my company intranet and cannot figure out how to get rid of the browser tab icon. I have deleted the favicon file, set$g_favicon_image to blank in config_inc, and deleted
...
-1
votes
0answers
21 views
Is there a way to extract Mantis Bugtracker issues history?
After browsing the web for a while, without having a lot of results about people concerned by such a need, I hope I will find some help here :
I am using Mantis Bugtracker to manage issues and I ...
0
votes
0answers
47 views
Mantis and Testlink Integration
I am trying to integrate Testlink and Mantis, but I always get the message "Attention Please: Something is preventing connection to Bug Tracking System, and is going to create performance issues. ...
0
votes
0answers
16 views
How to custom filter bugs in MantisBT
I want to filter my bugs in MantisBT 1.2.14 only by a defined custom filter.
I can load the filter from the database by using
$t_filter = filter_ensure_valid_filter(filter_get_row($t_filter_id));
...
0
votes
0answers
20 views
Exception in getting issue id through mantis connect
I connecting to my mantis bugtracker through webservice and when I try to get an issue through existing bug, like this:
issue = (Issue) session.getIssue(issueId);
I got an exception:
...
0
votes
1answer
23 views
Apache2.2 - PHP5.3 - MySQL5.5 - MantisBT
Having a little trouble here with Apache 2.2 & PHP 5.3 & MySQL 5.5, seems PHP sees the MySQL module, the relevant parts have been added or un-commented and the DLL file does exists in the ...
0
votes
2answers
39 views
Getting the last result of a bug that has been resolved
I have been trying to get a status so i can find out how long has been taking for a bug change its status do 'resolved', so for i have the following SQL:
select bug.id,
bug.project_id,
...
0
votes
0answers
38 views
Reporting bug to mantis through Squash TM
I configured my bug tracker (mantis) in administration section. Now, I want to add a bug to this bugtracker through squashTM. But I got an error like this:
...
1
vote
1answer
52 views
Squash TM - bugtracker in frame
I'm using squashTM in my work and I want to open bug bugtracker (mantis) which I defined in squash options (there is an option in squash to do that). When I'm opening it in new window everything is ...
0
votes
0answers
46 views
mantis login without password
I would like to connect my SVN with mantis. I want to do some simple things like listing tickets, closing tickets, list and add notes .
Using the SOAP api is perfect excepting the login phase. Each ...
0
votes
0answers
118 views
Mantis XAMPP Email configuration
I have matisbt 1.2.12 deployed in XAMPP . I am not able to configure the email(Microsoft Exachnage server ).
My config_inc look like this:
<?php
$g_hostname = 'localhost';
...
2
votes
1answer
53 views
MantisBT plugin table not created
I have some trouble with my MantisBT plugin table. The plugin itself is installed and running but the plugin table is not created while installing the plugin.
I simply added the schema-function to my ...
0
votes
0answers
23 views
Get auto catch date if the issue status is set to Resolved or Fixed only
How can I get a date where I can identify when is the issue status raise in Mantis is change to Fixed or Resolved only.
I know, there is already Modified Date, but it is in general where, whenever ...
0
votes
0answers
36 views
Sync 2 databases login information
I would like to sync two databases login information together.
Specifically: a Vbulletin users database and a Mantis Bug tracker users database so that users can enter the same login for both to ...
1
vote
0answers
98 views
adding an attribute to xml tags before exporting the file from excel 2010 to use with mantis
i'm using mantis and i need to import my bugs written on excel spreadsheet to mantis,so i created a schema(file.xsd) and mapped my data to that schema and finally i exported my bugs into xml file that ...
1
vote
1answer
30 views
Mantis deletion issue
460 of 490 reports aren't showing up in View Issues. On the other hand, they're still showing up under Summary and all of the reports look like they're still accessible. Only 30 issues are showing up ...
1
vote
1answer
92 views
How to create filter in mantis to see only recently added issues like last 2 weeks
I would like to create a filter which when selected displays cases/issues that was opened/resolved etc in last 1 week or 2 weeks instead of hardcoded times. I have found these kind of queries to be ...
2
votes
0answers
54 views
mantis bug reporting timeout
When I report a bug in our Mantis system I sometimes take too long to enter all the info (>5 min) and Mantis reports a timeout when I finally hit the "Submit report" button.
Hitting BACK doesn't ...
1
vote
1answer
137 views
Eclipse Mantis Error
When I try to add my Mantis-Repository (V1.2.12) to My Eclipse Juno with The Mantis Plugin (org.eclipse.mylyn_feature.feature.group, V3.8.2) my Eclipse shows this error:
Unable to load projects : ...
1
vote
0answers
17 views
Email not sending in mantisbt while creating user [duplicate]
Possible Duplicate:
Configuring MantisBT to send emails using GMail
Following is my email (smtp) configuration in config_inc.php for sending mail in mantis bt :
# --- Email Configuration ...
0
votes
0answers
34 views
Grant server access in mantis bug tracker
I am getting "Forbidden You don't access /on this server. " when trying to access mantisbt from home instead of work.
The server is some 100 miles away so I know its working over then net. I do ...
0
votes
2answers
89 views
Shorten list of version numbers in Mantis
I have a Mantis bug tracker installed that we use for all of our products. One product goes through a rapid development cycle and each new build gets a new version number (the build number is ...
1
vote
1answer
149 views
Mantis integration into Maven
Apart from the maven-changes-plugin,
does it exist a Maven plugin for Mantis integration ?
The idea would be to connect to the Mantis SOAP API to provide more interaction with MantisBT.
For example ...
0
votes
1answer
99 views
request limitation with soap on mantis
i'm trying to do some request with soap on mantis . Something like that :
foreach ($tabIdBugToRecup as $value) {
$tabBugResponse[$i] = $client->mc_issue_get($username, $password, ...
0
votes
0answers
143 views
Mantis Help- Email Notifications are reaching everyone in the project
I am new to mantis. Earlier emails didn't work properly, but somehow through this forum I solved that issue :).
But now I am facing another issue. When ever reporter 'x' raised a bug to developer ...
1
vote
1answer
245 views
How do you install Mantis (php) into Quercus (java based php engine) runing on Tomcat
This question explains that Quercus can be used to install Mantis Bug Tracker ( a php based application) within a tomcat installation.
Free Wiki and Bug Tracker for JBoss/Tomcat
I've now deployed ...
1
vote
2answers
142 views
Soap connection with mantisbt
I'm trying to make a soap connection with the web service mantis bug tracker for an personnal appli.
public function issues_get($username, $password) {
try {
$client = new ...
0
votes
1answer
58 views
Is there a way to change 'project' once a bug has been entered in MantisBT?
As evident from title, I entered a bug in MantisBT but mistaken choose wrong project. I can go back and edit most of the parameters of bug but it doesn't allow me to change the project. I looked in ...
1
vote
0answers
91 views
Mantis summary for bug fixed, time taken to fix each bug per developer
We use Mantis as a bug tracking system in our company.
I am aware of the bug lifecycle inside mantis.
I wanted to know if there is any way i can generate a SUMMARY of bugs that
-- a developer has ...
0
votes
3answers
398 views
Mantis Bug Tracking system
I know its a silly question but I have no idea of how bug tracking systems work, I know what they are used for though. Research showed me that mantis is simpler to use over Bugzilla so I decided to ...
1
vote
1answer
263 views
Can people use <a href=XX> tag in mantis?
I would like to show a hyperlink in some of fields on MantisBT, but I found out that if I use the <a href=..> tag, Mantis just shows the URL directly: Click here`
Mantis just shows the URL as a ...
1
vote
1answer
198 views
Backup Mantis [closed]
I want to fully backup my Mantis tracking system, what is the easiest way to do this?
If I only backup the database, does it backup everything on Mantis already?
Thanks!!
0
votes
0answers
234 views
Android: how to use MantisConnect
I'm trying to use the webservice MantisConnect (MantisConnect) for an Android app development in order to communicate with a Mantis installation. When I perform the following operation
IMCSession ...
0
votes
2answers
877 views
SOAP-ERROR: Parsing WSDL: Couldn't load from mantisconnect [duplicate]
Recently I am trying to integrate two system we use now.
We have a customer feedback website that using Helpspot (http://www.helpspot.com/) and the other is Bug tracker Mantis server. we hope some of ...
0
votes
1answer
79 views
Migrating MantisBT 1.1.2 to JIRA 5.1.1
I have an existing issue tracker system, MantisBT using very old version 1.1.2 (using MySql 5.0) and I have a requirement to migrate it to another issue tracker system JIRA using latest 5.1.1 version.
...
0
votes
1answer
176 views
How can I link from a dokuwiki wiki article to a mantis ticket?
I would like to link from a dokuwiki article to a mantis ticket and an overview of tickets
I have the latest versions of mantisbt, dokuwiki and the mantis plugin for doku wiki. Also I have integrated ...
0
votes
1answer
565 views
Mantis Bug tracker severity options customization php
When we Report Issue in Mantis, there comes Severity option, where I want to add one custom field, which should display in that drop down.
Any idea which files needs to change this for or can we ...
0
votes
1answer
137 views
Pre-Installation Check Mantis: can't install
I am trying to install Mantis on my server. Problem is that I can't seem to get pass the Pre-Installation Check step. I click on "Install/Upgrade Database", and displays all "GOOD". Then it says:
...
1
vote
2answers
128 views
Mantis Bugtracker: File download stops after 4Kb has been downloaded
I'm having an issue with Mantis Bugtracker (version 1.1.8), where file downloads only reach 4 Kb, and then stop. I don't know if this is a problem in the product itself, or in the PHP installation on ...
1
vote
4answers
2k views
Send email on new bug in Mantis
For a particular project, I am trying to configure mantis to send an email to all Supervisors (65) whenever a new bug is submitted.
To do this I have added an entry to the Configuration Report page ...
1
vote
1answer
437 views
Mantis bug tracker (mantisbt) dynamic enum custom field
I am working on customizing an installation of the Mantis bugtracker, version 1.2.8, to include a dynamic custom enum field on the bug report page. I was able to figure out how to setup the dynamic ...
1
vote
1answer
169 views
DokuWiki integration with mantis fails
I try to integrate dokuwiki with mantis. -> DokuWiki Integration
I use mantis 1.1.6 and the latests dokuwiki(angua). These applications runs on apache 2.2.14, which is integrated in xampp 1.7.4
My ...
0
votes
1answer
396 views
Android Mantis client “Could not find class” error
I am trying to create a Mantis client for Android using http://sourceforge.net/projects/mantisconnect/ Java client.
I've created an empty Android project, added a Libs folder and but there a ...
2
votes
1answer
951 views
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 = ...
3
votes
2answers
2k views
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 ...
0
votes
1answer
229 views
Migrate a project from Mantis to Redmine?
The official Redmine documentation teaches how to migrate the full Mantis database, including all users, projects and issues. Is there a way to do it on a per-project basis?
1
vote
1answer
114 views
MantisBT - private Category
in my newly created MantisBT I created 2 categories. One for bugs and one for tasks. While the bugs should be reported by any user who wants to, the tasks should be only accessible by developers.
So, ...
1
vote
1answer
617 views
Mantis bugtracker alternative [closed]
I really like how Mantis bugtracker works, and for some personal projects already using it.
But there is a small issue. For the company i work for, i also wanted to use Mantis Bugtracker, but the ...
0
votes
1answer
199 views
Is there an bug/issue tracking system where an issue can be connected to multiple product-version combinations?
I am looking for a issue tracking (bugtracking/queue/projectmanagent) system that can work in the following situation:
We develop some software
It is a 'platform' used to build several 'products'
...
