mantis

problem on mantis ticket

I want to make ticket number fixed for the different enterprise that can be easy to look at. The problem I'm facing is when you try to sort the ticket Ids for one enterprise you will find different ticket number so I went to make sequence no arrangement. eg: I want to adjust the ticket number from (1-1000) to one of my enterprise and (...

Date format of mails sent by Mantis Bug Tracker

Hello, Im using Mantis bug tracker v1.1.8. When mails sent from mantis arrive in my company inbox,the date shown on the Inbox page is "Unknown Date" for the message. On opening the message, i can see the actual date. The date of mails received from Mantis is of the format Thu, 31 Dec 2009 12:30:28 +0580, whereas the date format of othe...

Unknown date shown for mails received from Mantis in Webmail

Hello, Im using Mantis bug tracker v1.1.8, and the Horde Webmail System for my company emails. When emails sent by Mantis arrive in my company inbox, i get Unknown Date in the Date field of the inbox view. When i open the message, i see the Date like Thu, 31 Dec 2009 14:32:15 +0580. The other mails, whose date i can see in the Inbox vie...

mantis new user registration without email

Mantis needs the new user to click on a link received in a mail. As per company policy, the sendmail (or any other) application can not be active on server. How do I allow users to register without a valid e-mail? Is there anyway I can run an update query and change the password directly in the database and hand it over to the user? ...

Which Issue Tracker is suitable for a VPS?

Hi, I'm hosting my application on a Linode, but is hosted on a Tomcat instance, which uses most of the RAM. I also have Apache installed, so I can front Mercurial, and I believe a bug tracker is a must, however I can't decide on which is best, given scarce resources. JIRA seems to be out of the question, so I've been deciding on either ...

Steps needed to install a PHP application (Mantis) on Windows Home Server - How please?

I'm using Windows Home Server and have already managed to install SVN on it to allow me to use Tortoise SVN on client PC's sharing a repository on the server via SVN's service and port. I'd now like to install a bug tracker hosted on this server. I'm not fussy about which one but I saw Mantis - which is a PHP application and looks ok fo...

Questions related to mantis:

We are interested in installing Mantis but we have some doubts Please clarify as early as possible if you can so that we can go for further process. 1) We have one team at USA (Client’s place) and one is at India. In which server we should install the Mantis. If we are installing at USA will it run slow in India? 2) What about technic...

Mantis Bug tracker API integration?

Hi everybody, I have just installed the Mantis bug tracker to use together with Eclipse IDE and have started too found out the advantages of it. Really great. Since Eclipse communicates with Mantis through an PHP soap API, I wonder if there's some documentation available on how I can myself make calls, from my PHP application to the AP...

Integrating google code SVN repository with MantisBT

I am trying to figure out how to integrate my google code repository with my mantis bug tracking system. I know google allows you to use post-commit web hooks, but I can't figure out what the exact URL should be. There is a lot of information about how to integrate the two, but they all require calling the mantis script from the shell,...

How can I modify the value of a default status in Mantis?

I tried to change values in config_inc.php like $g_status_enum_workflow[RESOLVED] ='50:assigned,89:confirmed,90:closed';. With no surprise, it doesn't work. But I've searched all files in mantis folder, just can't find another place where "confirmed" is defined as 40. Is there any way I can do this? And, oh~ why am I doing this? We are ...

How to configure Mantis so that an administrator is notified of all issues in the system

I want to setup Mantis in a way that it sends all notifications email to the administrator, even if the administrator is not assigned or monitoring a particular project. The administrator should get all the emails for all the activity occurring in the system. I tried to configure the Mantis' Email Notifications screen, but I fail to und...

How to assign project in Mantis?

Hello all, 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 accounts and I am trying to assign Project 1 to first guy and Project 2 to a ...

bug tracking on a per project basis

hi. been looking into bug tracking solutions. searched the net, other sites, as well as other replies/questions here, i've got a project that will have multiple subprojects. each subproject will have a need to have its' own bug tracking space. ie, projectA, projectB, and projectC will be worked on by different people, and will generate...