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

How can you remove the Profile fields from mantis

I would like to remove the Select Profile and all it's accompanying fields from Mantis issue tracking system when I create or view issues as these are irrelevant to any issues I would like to create. These include the Platform, OS and OS version…
dreza
  • 3,605
  • 7
  • 44
  • 55
5
votes
1 answer

How do I use custom fields in Mantis' Roadmap?

I'd like to have an effort estimate for upcoming versions of my software in its Roadmap in Mantis Bug Tracker. I could figure out easily how to add a custom fields (integer type, called "days to complete") to issues, and how to show it on the "view…
Gabriel
  • 2,841
  • 4
  • 33
  • 43
5
votes
3 answers

Where to get the repository id for the repositories in Gitlab?

I am using Gitlab integrated with Mantis BT All the required plugins are installed and configured In Mantis BT, Repositories -> Action -> Manage, for the required the project click on Update Repository, in that we have a field called Gitlab…
Hima
  • 91
  • 1
  • 4
5
votes
2 answers

How to mention a user in MantisBT note

How can I mention MantisBT users in a comment? I know… #42 references the issue with id = 42. ~42 references the comment with id = 42; it also links to the issue which this comment was made on How do I link users?
Igbanam
  • 5,904
  • 5
  • 44
  • 68
5
votes
1 answer

Programmatically download an attachment via Mantis SOAP API?

Successfully using the Mantis SOAP API (aka "MantisConnect") from C#, I can successfully read an issue and also get the download_url field. When trying to download the attachment by something like this: using (var request = new WebClient()) { …
Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
5
votes
2 answers

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 plugin class to create the table: function…
Paul Götze
  • 364
  • 4
  • 23
4
votes
1 answer

How to assign project in Mantis?

I am going to ask you this question here since I cannot find answer anywhere else. Sorry if its stupid. I have created one additional Category: "Programming" Then two projects: "Project #1" and "Project #2" (both public) I also have two developer…
Kelvin
  • 43
  • 1
  • 3
4
votes
1 answer

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 you could : create an issue create a…
Guillaume Husta
  • 4,049
  • 33
  • 40
4
votes
2 answers

How do I submit a bug to Tracker, MantisBT, or Trac programatically?

I've got a program that I've been working on at home for a while, and I decided finally to throw it up on SourceForge. SourceForge offers Tracker, MantisBT, or Trac for bug tracking. My app already has a "Sorry, an error occurred" dialog, but I'd…
Jeff
3
votes
1 answer

Moving local tasks to Mantis repository in Mylyn

I have a mixture of local tasks and Mantis repository tasks. I'd like to move all my local tasks to the Mantis repository. Is there a way to do this easily? Currently the only way I can see is to recreate the task and specify it to be a task for the…
3
votes
1 answer

How to set up dual authentication for Mantis - LDAP and database users?

We have an instance of MantisBT and we managed to set up LDAP authentication but we need to enable also authentication based on the Mantis's users (separately from LDAP for some users) very much alike in this question for Ruby. Unfortunately, it…
sophros
  • 14,672
  • 11
  • 46
  • 75
3
votes
4 answers

Is our bugtracking workflow so unique?

We're currently using Mantis as our bugtracker, and we're pretty much sick and tired with it. The developers want more SVN integration, the customers want an easier system to work with. As such, we're looking for a new bugtracker and at the moment…
Michiel
3
votes
1 answer

How to Change the config file in Mantis?

I have installed MantisBT 1.2.18 in one of our server and it is working fine. Then suddenly, I was ask if Mantis can be installed in different server but will still have to used the the existing database in the current Mantis server. So I copy the…
rhemb
  • 45
  • 1
  • 7
3
votes
1 answer

Gitlab commit messages

We're using Gitlab for source control, and MantisBT for issue tracking (boss's orders!) Now we want to implement some kind of regex in the Gitlab commit messages, when a commit contains 'Mantis#1' that it automaticly generates a URL to…
Sander
  • 1,402
  • 2
  • 21
  • 44
3
votes
1 answer

Mantis bug tracker don't sent the reset password email?

In mantis bugs tracker, When I create new user and press Reset Password button, It can't send the reset password email to user !!!! why ?? Or, is there any configuration to make it sent the reset password email? This is my email…
Jameel
  • 1,126
  • 1
  • 14
  • 27
1
2
3
16 17