Questions tagged [bug-tracker]
34 questions
21
votes
1 answer
Mantis Bug Tracker - What is default Admin password after fresh installation?
I installed Mantis BT and was redirected to login page after successful installation. It says that default user is 'administrator' but gives no hint about its password. Documentation has not specified default password either. Any clue?

Gaurang Patel
- 4,310
- 6
- 27
- 32
16
votes
6 answers
Configuring MantisBT to send emails using GMail
I am new to Mantis bug tracker and I want to enable the email notification after registering for a new account.
Well, I installed the MantisBT correctly without any problem on my local computer, I already changed the admin's password and removed the…

kimbebot
- 887
- 5
- 16
- 28
12
votes
3 answers
Bugtracker - agregation and automated workflow
Intro:
I'm working for a contractor company. We're making SW for different corporate clients, each with their own rules, SW standards etc.
Problem:
The result is, that we are using several bug-tracking systems. The amount of tickets flow is…

macino
- 457
- 4
- 12
8
votes
2 answers
How to find bugs in new JavaFx bug tracker
Existing links to javafx bugs are dead. How can I find bugs in new system? E.g. how to find bug
https://javafx-jira.kenai.com/browse/RT-28874
in
https://bugs.openjdk.java.net

mjjaniec
- 793
- 1
- 8
- 19
7
votes
2 answers
Good Local Bug Tracking Software?
I know there are many bug tracking/project management programs out there. For my main project, I use Pivotal Tracker, and it is serving my needs just fine. But I have a side project that I want to also work on, but my full time won't be on that…

QAH
- 4,200
- 13
- 44
- 52
6
votes
2 answers
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 =…

Daniel
- 794
- 10
- 20
5
votes
2 answers
Alternative to FogBugz?
FogBugz is great bug tracking and project management software. But it is not free and non-open source. Is there a good enough, open-source and free application, which can be used as replacement to FogBugz?
Actually, I like EBS (Evidence-based…

Rogach
- 26,050
- 21
- 93
- 172
3
votes
2 answers
Trac, how to organize pages hierarchically?
I use trac to manage my projects and I'd like to organize wiki pages the same way trac project does, i.e. by category, subcategory, etc. TitleIndex page on trac site gives a good explanation of the result I want to obtain.
How do I achieve this?

Paolo
- 20,112
- 21
- 72
- 113
3
votes
1 answer
How to comment on a bug on https://bugs.openjdk.java.net/?
Why it is on-topic
First of all, the question is on-topic according to the stack-overflow rules, since it covers a "software tools commonly used by programmers", the Java (openjdk) issue tracker.
Why it is relevant for the Java community
Imagine you…

Stefan Endrullis
- 4,150
- 2
- 32
- 45
3
votes
2 answers
Redmine and JIRA integration
Is there a plugin for JIRA and Redmine which allows you to sync issues between the bugtrackers?
Scenario :
I create the issue in Redminie and analogous issue is created in jira.
Similarly, when creating issue with JIRA, I have a new one in Redmine.…

user3484241
- 31
- 1
- 3
3
votes
1 answer
How can I backup Github bugtracker?
How can I easily backup & restore bugtracker of project on Github? Repository itself is obvious, wiki is also a git repository - but what about bugtracker?
I want to fully backup bugtracker (tickets, attached imaged, labels, comments, images…

Bulwersator
- 1,102
- 2
- 12
- 30
3
votes
1 answer
Sencha bug tracker url
Can anyone give me the sencha bug tracker url. I have to check one bug's status. I am facing an issue which I found in sencha blog also and found it was added in bug tracker.

skmaran.nr.iras
- 8,152
- 28
- 81
- 116
2
votes
1 answer
How do you open a closed redmine issue?
I have noticed that it is possible to re-open a closed RedMine issue when using one of the default trackers e.g. the "Defect" tracker. However, it appears that if you create your own tracker, it is not possible to open a closed issue. I believe I…

David SPS
- 21
- 3
2
votes
1 answer
Phabricator (maniphest) custom field issue
I am trying to add custom fields to Phabricator, particularly Maniphest, and even the example given in the documentation does not work (there is an open quote in it, but even correcting that still does not help.
I have made sure that the config is a…

Mahdi
- 191
- 8
2
votes
1 answer
Removing Bugtracker Integration from SVN\Visual Studio
I have used TortoiseSVN_integration.bat to integrate SVN with Bugtracker and ultimately Visual Studio.
svn propset -R bugtraq:label "BugTracker.NET ID:" .
svn propset -R bugtraq:url "http://DOMAINNAME/edit_bug.aspx?id=%%BUGID%%" .
svn propset -R…

JustAGuy
- 5,151
- 11
- 41
- 55