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

Integration Mantis BugTracker with Jira

I am trying to establish 2-way integration between Mantis and Jira . What I mean 2-way integration: I can create a ticket (eg a bug/support contact etc) from Mantis in Jira. If I update (eg, adding a comment or changing the status etc) that ticket…
Sri
  • 1
  • 2
0
votes
3 answers

Unable to relay recipient in non-accepted domain

All emails with the domain @mycompany.com are sent successfully. But, if MantisBT wants to send an email to anyone else, for example @othercontractor.com, or @gmail.com, etc , the email is not sent. In addition, a collateral damage of this…
vincedjango
  • 1,022
  • 1
  • 13
  • 24
0
votes
2 answers

mySQL 5.5.43 syntax error

I am doing Mantis database upgrade and I am getting the below error when running the create table command. Can someone please help me to see whats wrong with the mysql syntax? This is the error msg: Schema CreateTableSQL ( ) BAD CREATE TABLE…
ktiwari
  • 21
  • 4
0
votes
2 answers

Mantis - datetimepicker

I've posted this question on Mantis forum but no one has answered to me so I've decided to ask the same question here. I've been asked for my training to make some development into the bug tracker Mantis. One of them is about preventing the user…
0
votes
1 answer

How do I edit report issue page field in mantis

I'm a beginner in mantis, please help me to solve I want to edit some field in report issue page set default value in category column while reporter report issue set platform/OS/OS version in combo box and set default value, like Windows/Linux in…
Billy
  • 3
  • 3
0
votes
0 answers

I installed Mantis bug tool for testing but mails is not coming and sending also, What I have to do now?

I installed Mantis bug tool for testing but mails is not coming and sending also, What I have to do now? Please find my code below: $g_enable_email_notification=ON; $g_phpMailer_method= PHPMAILER_METHOD_SMTP; $g_smtp_host='smtp.gmail.com';…
Premkumar Yadav
  • 55
  • 1
  • 3
  • 10
0
votes
0 answers

Unable to intergrate Dokuwiki with Mantis Bug tracker

I have setup Mantis and trying to intergrate Dokuwiki with mantis.I ve setup but when I click on Wiki menu, it says" Permission Denied" If anyone has come across this issue,please let me know of the options to resolve.
Mano Kugan
  • 207
  • 6
  • 23
0
votes
1 answer

What is the use of 'Attach Tag' in Mantis

I am reporting issue at that time it shows add 'Attach Tag' On Edit or view mode i cannot see tag label anywhere. So what is the use of tag in mantis ?
Kaneesha
  • 11
  • 4
0
votes
2 answers

How to attach files to Mantis Connect mc_issue_add

Im wondering if I can attach files using filename on MantisConnect. I've tried the ff without luck. var mc = new MantisBt.Service.Client.MantisBt.Api.MantisConnect(); IssueData iIssue = new IssueData() { //some other properties here... …
xGeo
  • 2,149
  • 2
  • 18
  • 39
0
votes
1 answer

Column in Mantis BT database for 'assigned-to'?

I am trying to do some analysis using the data in Mantis BT database. Which column stores the person to whom an issue is assigned ? In the table called 'mantis_bug_table' there is a column called 'handler_id'. But i don't think that is the column we…
Chakra
  • 2,525
  • 8
  • 43
  • 82
0
votes
1 answer

Codes used in Mantis bug database

I am assuming these are the descriptions for the codes in the mantis_bug_table in the Mantis bug database.How can i confirm these descriptions ? #Status ? Is it --> 10-New, 20-Acknowledged, 30-Confirmed, 40-Assigned,50-Resolved,60-Closed #Severity ?…
Chakra
  • 2,525
  • 8
  • 43
  • 82
0
votes
1 answer

MantisBT: How to switch off inserting [^] into notes

When I add a XML document into a Mantis note, e.g. an XML fragment: Mantis considers the XML namespace declaration as a hyperlink and adds a "[^]" string…
KarelHusa
  • 1,995
  • 18
  • 26
0
votes
1 answer

Eclipse Mylyn Task List looks broken after a while

When I open Eclipse the mylyn Task List looks OK. But after a while Icons, header background colors disappear and it looks corrupted. Even sometimes texts do disappear and it becomes unusable. When I close and open tasklist it looks OK again, but…
bkilinc
  • 989
  • 2
  • 13
  • 28
0
votes
1 answer

Connect a system with Active Directory (AD)

I followed all the instructions to connect Mantis to AD, until I created a specific user in AD and even then I can not connect the two for AD authentication. error: 'ldap_search(): Search: Bad search filter' in …
Paulo Roberto
  • 1,498
  • 5
  • 19
  • 42
0
votes
2 answers

jQuery form submission handler - odd behaviour

Edit: answered, was a syntax error, see below for fixed code... Hi all, long time reader, first time asker. The below code is always allowing form submission, even given that I've overidden the return value at the end of the function, outside of any…
dartacus
  • 654
  • 1
  • 5
  • 16