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
1
vote
2 answers

Mantis BT 1.2.5 / Export XML isn't working

We've been running a Mantis 1.1.8 install for some time. Recently, we had a need to export a project. As such, I upgraded to 1.2.5 following the instructions here: http://www.mantisbt.org/manual/manual.installation.upgrading.php Now, I'm trying to…
1
vote
0 answers

MantisBT - use Rest Api behind proxy

I'm trying to integrate the MantisBT API into my WordPress site (via a plugin) and I am behind a corporate proxy http://proxy:8080. I followed the doc mantis to get the link of the API which must be for me:…
Melinsuna
  • 193
  • 1
  • 10
1
vote
2 answers

Application error #400 [error:2045] [error:1045] in MantisBT (Ubuntu 18.04)

After updating (through -apt update and apt upgrade) access to the installation of MantisBT has become useless. The databases and users are intact. Access to the server (VPS) through SSH is available and intact. The connection to the database has…
1
vote
1 answer

Mantis Bug Tracker Export Selected Issues

I have been trying to export a part of the issue list to XML. It seems that the selection has no effect: all issues are exported instead. Any idea of how it could be done?
Francesca Y
  • 183
  • 1
  • 11
1
vote
3 answers

Mantis issue_relationship_add

I've got Functions for managing Mantis 'tickets', updating, adding notes, adding attachments but I'm hitting a problem with adding in a relationship to other tickets. I can read the ticket and get relationships: $mantis = New-WebServiceProxy -Uri…
Iain
  • 123
  • 1
  • 6
1
vote
1 answer

Integration of TFS and Mantis

In our company there exist in different teams two different systems to manage the issues: Mantis and TFS. Now we have a project where a team must handle changes in both systems. Is there a programm or a tool where tickets of TFS and Mantis can be…
scher
  • 1,813
  • 2
  • 18
  • 39
1
vote
1 answer

API requests(Mantis BT) from another domain - preflight error

I'm developing a Mantis BT client in ColdFusion but I have a problem when I try to make requests from a different domain. If I making requests from the same domain where I installed Mantis BT all work fine but when I try to make a request from a…
1
vote
1 answer

Error using mantisbt REST API

I'm using Mantis 2.11.1 on a Windows Server with IIS 8.5 and php Version 7.0.21. I have enabled the REST API ($g_webservice_rest_enabled = ON;), created an api-token and tested the API using Postman. For the call…
Polymania
  • 55
  • 1
  • 4
1
vote
0 answers

how_to update testlink with mantis bug through jenkins

Manually I am able to update mantisBT bug id in Testlink via associating MantisBT tool through Issure tracker Management option. But, I am unable to update mantisBt bug in Testlink through jenkins. In Jenkins we are using mantis plugin to create a…
rajendra
  • 73
  • 1
  • 5
1
vote
1 answer

Remove tags on bulk from mantis BT

I have attached the tags Sprint1, Sprint2 .... Sprint8 on issues on mantis BT. After Sprint8 we want to start from Sprint1 again. So i need to delete all Sprint1 tags from those previous issues. But there is only option for attaching new tags, not…
Suniel
  • 1,449
  • 8
  • 27
  • 39
1
vote
0 answers

Cant send request to Mantis

I send request to mantisBT on url my_domain/api/soap/mantisconnect.php
Ihor Bondartcov
  • 174
  • 1
  • 7
1
vote
1 answer

Connect asp net project to a MantisBT tracker

I have an asp net project and I have to add some issues to a Mantis tracker affter a login. What is the best way to do it? JS or C#? I found a couple of libraries (like Mantis-JS), but I see that there is no documentation and I don't understand what…
1
vote
1 answer

Unable to link Mantis with Squash TM

I am trying to link Mantis to Squash TM to report issues. I have set up Mantis for a Squash project but when I try to connect to Mantis via Squash, I get this error message: "An error occurred : ; nested exception is: org.xml.sax.SAXException:…
Thibaut
  • 26
  • 2
1
vote
1 answer

Mantis cannot connect to SQL Server

I am trying to install Mantis 2.5.1 with PHP 7.0.15 and MS SQL Server 2012. The database is already created and user has db owner permission. Pre-installation check has no errors, but when I try to install database, I get an error as: SQLState:…
sprisoner
  • 11
  • 1
1
vote
0 answers

How to deploy my MANTIS web application on the server of the local network in our company

I have a web application named MANTIS (Open source) and after configuring it, i want to deploy it in our local network in the company. i used XAMPP on the server and the application is accessible in the server only and it is not accesible from any…