Search found 38 matches

by lchydp
08 Feb 2014, 02:49
Forum: Help
Topic: How to modify the threshold of "Save Filters"?
Replies: 1
Views: 4710

How to modify the threshold of "Save Filters"?

Hello moderator!
I want to change the thresholds of "Save Filters" and "Save filters as shared" both to reporter.But how to modify them?I don't find it in the Administration Guide.Thank you very much!
by lchydp
20 Nov 2013, 15:04
Forum: Help
Topic: Can MantisBT send an EMail if an issue is updated?
Replies: 2
Views: 3395

Re: Can MantisBT send an EMail if an issue is updated?

Thank you!I have modified \core\bug_api.php wrongly,so I missed the email... :oops:
atrol wrote:
lchydp wrote:if only the description or additional information is modified,can MantisBT send an email to the corresponding users?
Yes, Emails are sent if you change the description.
by lchydp
17 Nov 2013, 13:58
Forum: Help
Topic: How to customize the "Resolution" list?
Replies: 2
Views: 5255

Re: How to customize the "Resolution" list?

Oh,thank you very much!
There is no configuration option for it.
Be also aware that there is also the bug update page, where you can change the status and the resolution in one step.

You would have to write a plugin which uses JavaScript to dynamically change the lists.

You should think about ...
by lchydp
17 Nov 2013, 13:26
Forum: Help
Topic: Can the "assign to" list in different pages be different?
Replies: 4
Views: 6080

Re: Can the "assign to" list in different pages be different

Oh,thank you very much!
atrol wrote:There is no configuration option for it.
Be also aware that there is also the bug update page, where you can change the status and the assigned user in one step.

You would have to write a plugin which uses JavaScript to dynamically change the lists.
by lchydp
16 Nov 2013, 15:11
Forum: Help
Topic: Can MantisBT send an EMail if an issue is updated?
Replies: 2
Views: 3395

Can MantisBT send an EMail if an issue is updated?

Hello moderator!
I know MantisBT has options to control whether it should send email to corresponding users if status is changed,note is added,priority is changed...But if only the description or additional information is modified,can MantisBT send an email to the corresponding users?
123.JPG
123.JPG (5.29 KiB) Viewed 3395 times
by lchydp
16 Nov 2013, 13:30
Forum: Help
Topic: How to customize the "Resolution" list?
Replies: 2
Views: 5255

How to customize the "Resolution" list?

Hello moderator!
I have customized the statuses of MantisBT.
$g_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,60:disputed,70:committed,75:failed,80:resolved,90:closed,100:rejected';
Now if I change a status of a bug to 'rejected',resolution list is also shown ...
by lchydp
16 Nov 2013, 06:37
Forum: Help
Topic: Can the "assign to" list in different pages be different?
Replies: 4
Views: 6080

Re: Can the "assign to" list in different pages be different

No,this isn't my meaning.Maybe my description isn't clear.
Now there is a project,testproj2,in MantisBT.There are 7 users in it.Jackson,Michael,Robin and Rocky are reporters;Kevin is updater;Berkman is developer;Lucy is manager.
Administrator set reporter and updater to can handle an issue,too ...
by lchydp
27 Oct 2013, 14:54
Forum: Help
Topic: Can the "assign to" list in different pages be different?
Replies: 4
Views: 6080

Can the "assign to" list in different pages be different?

Hello moderator!
I wonder if I can customize the "assign to" lists in different pages.Now in one project,users in the "assign to" lists in different pages are same.Can I set different thresholds to some "assign to" lists?For example,I want all users who can handle issues can be shown in the "assign ...
by lchydp
27 Oct 2013, 11:29
Forum: Help
Topic: The customized user is also selected in E-mail Notification
Replies: 4
Views: 5421

Re: The customized user is also selected in E-mail Notificat

Thank you very much! :)
atrol wrote:
lchydp wrote:So it means I can' set the notification just for reporter and manager only if I modify the internal design,isn't it?
Yes, the design has to be changed. The current internal approach is that you have just a minimum and maximum access level.
by lchydp
27 Oct 2013, 06:02
Forum: Help
Topic: The customized user is also selected in E-mail Notification
Replies: 4
Views: 5421

Re: The customized user is also selected in E-mail Notificat

So it means I can' set the notification just for reporter and manager only if I modify the internal design,isn't it?
The behavior is confusing and caused by the internal design which allow just setting minimum and maximum access levels but not individual levels.
http://www.mantisbt.org/bugs/view ...
by lchydp
21 Oct 2013, 15:37
Forum: Help
Topic: The customized user is also selected in E-mail Notification
Replies: 4
Views: 5421

The customized user is also selected in E-mail Notification

Hello moderator,
I met a problem in the setting of "E-mail Notification" if I use a customized user recently.I define the customized user according to the following steps,
1.Define a new role,CMO,in core/constant_inc.php
# access levels
define( 'ANYBODY', 0 );
define( 'VIEWER', 10 );
define ...
by lchydp
10 Oct 2013, 16:51
Forum: Help
Topic: User can't receive email if status changes to the customized
Replies: 10
Views: 7039293

Re: User can't receive email if status changes to the custom

Thank you,moderator!I have just exchanged the position of "bug assigned" and "status changed".Now users can get an email whose ttitle is $s_email_notification_title_for_status_bug_XXXX.
by lchydp
06 Oct 2013, 10:29
Forum: Help
Topic: User can't receive email if status changes to the customized
Replies: 10
Views: 7039293

Re: User can't receive email if status changes to the custom

Thank you!But which file should I modify if I want to change the source code?
by lchydp
05 Oct 2013, 15:12
Forum: Help
Topic: User can't receive email if status changes to the customized
Replies: 10
Views: 7039293

Re: User can't receive email if status changes to the custom

Thank you!I still have a question,
If I confirm an issue and I don't assign it to others,corresponding users will get an email whose title is $s_email_notification_title_for_status_bug_confirmed,but if I assign it to another user in "Confirm Issue" page,he will get an email whose title is $s_email ...
by lchydp
04 Oct 2013, 15:06
Forum: Help
Topic: User can't receive email if status changes to the customized
Replies: 10
Views: 7039293

Re: User can't receive email if status changes to the custom

Thank you very much!Now it works.I didn't enable "E-mail on Status Change" formerly.
Now I have another question.I have read this section,"MantisBT assumes that an issue can be in one of three stages: opened, resolved and closed. Hence, the customized statuses list will be mapped to these three ...