Search found 13 matches

by swingkid
07 Sep 2009, 04:40
Forum: Help
Topic: Question about having same issue fixed in two different ver.
Replies: 0
Views: 1696

Question about having same issue fixed in two different ver.

The scenario (background).

Lets say you have
a 1.1.X branch you are maintaining and
a 1.2.X branch
and also a latest and greatest trunk branch.

If someone finds a bug in lets say 1.1.X, and it happens to also be in 1.2.x and also in the trunk branch,

Does Mantis support having the one reported ...
by swingkid
09 Jun 2009, 21:49
Forum: Help
Topic: Product Build number field when resolving and display all
Replies: 0
Views: 1663

Product Build number field when resolving and display all

Is it possible to configure Mantis to display the Product Build field as a column when displaying all bugs as
well as when you try and Resolve a bug and looking at the resolve page. it has an option for the version number
but not the product build number.

Or will this require a code change to ...
by swingkid
07 May 2009, 19:00
Forum: Customizations
Topic: Email for certain groups when certain status change
Replies: 4
Views: 4295

Re: Email for certain groups when certain status change

GOT IT!!!!!!

The auto assign plugin worked!
http://deboutv.free.fr/mantis/plugin.php?plugin=AutoAssign

When ever a new issue is created, it is automatically assigned to me, the administrator. I changed my email address to the group email account. Now whenever the customer enters a bug, it is ...
by swingkid
07 May 2009, 18:39
Forum: Help
Topic: Status/Resolution Help ???
Replies: 2
Views: 3534

Re: Status/Resolution Help ???

Is there anyway through the GUI to modify the list of predefined values for the Resolution field when resolving an issue?
by swingkid
05 May 2009, 21:58
Forum: Help
Topic: Question about checking out/in source code for Mantis...
Replies: 1
Views: 1263

Question about checking out/in source code for Mantis...

I guess I've seen two different repositories to get source code. An SVN repository and a GIT repository?
Does it matter which one you check out and at some point check in source code?

-Peter
by swingkid
12 Mar 2009, 20:19
Forum: Help
Topic: Default value for Target Version field. Mantisbt 1.1.6
Replies: 2
Views: 1540

Re: Default value for Target Version field. Mantisbt 1.1.6

Just to clarify what this is installed on:
Mantis: 1.1.6
PHP: 5.2.8
SQL: MySQL 5.0.51b-community-nt
OS: XP SP2

Can anyone confirm that this is currently not possible or if anyone else would like this feature and hence would be appropriate to enter it as consideration for a future enhancement?
by swingkid
06 Mar 2009, 01:03
Forum: Customizations
Topic: Email for certain groups when certain status change
Replies: 4
Views: 4295

Re: Email for certain groups when certain status change

I didn't see a reply to this. I was wondering if you eventually figured it out?
It is something we are looking for as well.
by swingkid
05 Mar 2009, 22:08
Forum: Help
Topic: Mantis 1.1.6. Drop down list feature...
Replies: 0
Views: 1429

Mantis 1.1.6. Drop down list feature...

Currently for fields like version number, you have to go to the manage views to add version numbers so that it will appear in the drop down list.
Is it possible or is there the capability for the drop down list be a drop down list and a text box so that if the listed version number is not there ...
by swingkid
05 Mar 2009, 22:03
Forum: Help
Topic: Category and Sub Category Mantis 1.1.6
Replies: 0
Views: 1579

Category and Sub Category Mantis 1.1.6

Is there a way to to link two fields together such as Category and Sub-Category so that
if I select Category A, then when I try and select a sub-category it is a drop down box of A-1, A-2, A-3 etc..
If I select a Category B, then when I try to select a sub-category it is a drop down box of B-1, B-2 ...
by swingkid
05 Mar 2009, 21:04
Forum: Customizations
Topic: import excel data
Replies: 8
Views: 23130

Re: import excel data

I would like to add in this feature that the import actually go into a temporary table or something with some management capability to detect duplicates prior to
populating the actual Mantis Issue table.

The use case.
1. user accidentally imports the same file twice. Now you have to manually ...
by swingkid
05 Mar 2009, 20:51
Forum: Help
Topic: Relationships Field Mantis Version 1.1.6
Replies: 0
Views: 1475

Relationships Field Mantis Version 1.1.6

Is it possible to configure the Table view via the View Issues link to show Relationships as a column with the type and issue number of the relationship
via configuration?

Is there already a feature request on this?
How hard would this be to to try and code this up?

-Peter
by swingkid
05 Mar 2009, 20:31
Forum: Help
Topic: Default value for Target Version field. Mantisbt 1.1.6
Replies: 2
Views: 1540

Default value for Target Version field. Mantisbt 1.1.6

Is there a way to set a default value for the Target Version field?
I didn't see an entry in config_defaults_inc.php.

I tried to hard code a default value in the file
bug_report_advanced_page.php on line 104
$f_target_version = gpc_get_string( 'target_version', 'D1.1' );

but it didn't seem to take ...
by swingkid
05 Mar 2009, 20:26
Forum: Help
Topic: Relationships Field Mantis Version 1.1.6
Replies: 0
Views: 1480

Relationships Field Mantis Version 1.1.6

I have not been able to figure out a way to display the Relationships Field on the
View Issues table view.
Can someone confirm that that is not possible, or if it is possible, how do you do it?
In my mind, it would be useful to see on the table view which issues has relationships and the type of ...