Search found 11 matches

by mathias
25 Jul 2007, 14:40
Forum: Help
Topic: E-mail about new bug reports
Replies: 19
Views: 43718

Hi together.

I'm quite interested if there is any solution/work-around for the issue.
I've tried to configure mail-notification per project (via web-interface) und I got lost.

Any help appreciated.

Thanks, Mathias
by mathias
19 Jul 2007, 21:38
Forum: Help
Topic: Custom enumerations of Severity, Priority, per project.
Replies: 8
Views: 11547

Currently running Mantis 1.0.1 but moving to 1.0.8 soon.
by mathias
19 Jul 2007, 08:36
Forum: Help
Topic: Custom enumerations of Severity, Priority, per project.
Replies: 8
Views: 11547

I would be quite interested if someone has done this.

Apart from this I cannot exactly recall if this is a feature of 1.1.0. Can't find it in he Change-Log...?

Thanks in advance, Mathias
by mathias
18 Jul 2007, 15:50
Forum: Help
Topic: Migration fom Win to Linux and Upgrade to 1.0.8
Replies: 0
Views: 2539

Migration fom Win to Linux and Upgrade to 1.0.8

Hi together,

I'm planning to migrate our current Mantis installation from WinXP to Linux.

I don't plan to do any modifications/upgrade to the DB initially. However, what I have to do is changing the hostname. So all URLs referring to the old installation won't work after the import.
What would be ...
by mathias
16 May 2007, 15:21
Forum: Help
Topic: Some user not listed in "Assign-to"-list
Replies: 7
Views: 8097

That's what (and where) it is. Merci!

From what I understand if I chnage the setings in "All Projects", the settings of all projects would not be overwritten.
The settings in "All Projects" are only the default for new projects. Correct?

Mathias
by mathias
16 May 2007, 14:28
Forum: Help
Topic: Some user not listed in "Assign-to"-list
Replies: 7
Views: 8097

I guess you are talking [Manage] -> [ Manage Configuration ] -> [ Workflow Transitions ] -> section "ACCESS LEVELS"

This is:

new -> Customer
requested -> Manager
confirmed -> Manager
ordered -> Customer
budget -> Manager
assigned -> Developer
implemented -> Developer
tested -> Developer
resolved ...
by mathias
16 May 2007, 07:07
Forum: Help
Topic: Some user not listed in "Assign-to"-list
Replies: 7
Views: 8097

It's the default, i.e. DEVELOPER.
deboutv wrote:And what is the value of the following variable in your configuration ?

Code: Select all

	# access level needed to be able to be listed in the assign to field.
	$g_handle_bug_threshold	= DEVELOPER;
by mathias
15 May 2007, 11:27
Forum: Help
Topic: Some user not listed in "Assign-to"-list
Replies: 7
Views: 8097

Some user not listed in "Assign-to"-list

Hi together,

alle users which are in hierarchy below a certain access level do not show up in the list of people I can assign a bug to.
Here is my configuration and no user below level 70 can be assigned.

$g_status_enum_string = '10:new,20:requested,30:confirmed,35:ordered,40:budget,50:assigned ...
by mathias
06 Mar 2007, 17:55
Forum: Customizations
Topic: Customize "My View"
Replies: 1
Views: 5019

Customize "My View"

Hi,

after customizing "Status" and "Access Level" of users, I want to adapt "My View" to use groups which correspond to the customized status.
I.e I want setup groups/filter which allows to subset issues to the different stati.
An example would be have a group on "MY View" called "Tested" which ...
by mathias
26 Feb 2007, 15:17
Forum: Customizations
Topic: Customizing Status/Workflow
Replies: 4
Views: 9153

Customizing Status/Workflow

Sorry forgot to mention the environment which is:
Mantis 1.0.1, WinXP, MySQL 5.0.33, PHP 5.2.1
by mathias
26 Feb 2007, 15:16
Forum: Customizations
Topic: Customizing Status/Workflow
Replies: 4
Views: 9153

Customizing Status/Workflow

Hi,

I'm currently reviewing Mantis. One of the requirements is to customize the status of projects and issues.

What I need to know is:

1) Are there any limitations for customizing the Status, e.g. does Mantis require some of the values for internal functions (eg "new" and/or "resolved") ?
2 ...