Search found 10 matches

by Shifter7
17 Jun 2015, 17:34
Forum: Help
Topic: Periodic dump of View Issue Report
Replies: 1
Views: 2577

Periodic dump of View Issue Report

Is there a way to generate and save/email a View Issues CSV report on a periodic basis (weekly)?
by Shifter7
17 Feb 2015, 21:49
Forum: Customizations
Topic: Add monitor user on reporting a new issue
Replies: 12
Views: 28347

Re: Add monitor user on reporting a new issue

Thanks!
I'll give it a try and let you know how it works.
by Shifter7
03 Feb 2015, 19:42
Forum: Customizations
Topic: Add monitor user on reporting a new issue
Replies: 12
Views: 28347

Re: Add monitor user on reporting a new issue

Not the reporter, but anyone that the bug gets assigned to.
We've found that when the person assigned to a bug does not "monitor" the bug and then gets replaced by another person, they are now out of the loop and then information and/or action items may get dropped on the floor.

Greg
by Shifter7
02 Feb 2015, 17:32
Forum: Customizations
Topic: Add monitor user on reporting a new issue
Replies: 12
Views: 28347

Re: Add monitor user on reporting a new issue

Atrol,
Do you think your plugin could be modified to add people assigned as owners of a bug to the monitor list?
Some of our bugs change hands quite a bit and it would be good to keep everyone in the loop on progress
by Shifter7
09 Apr 2014, 22:03
Forum: Customizations
Topic: Several customizations
Replies: 19
Views: 23898

Re: Several customizations

Nevermind...the admin guide says its an "s"
by Shifter7
09 Apr 2014, 21:51
Forum: Customizations
Topic: Several customizations
Replies: 19
Views: 23898

Re: Several customizations

Well ok then...Thanks for the pointer.
Just to verify, should it be $s_severity_enum_string (as listed in your reply) or $g_severity_enum_string ?
by Shifter7
09 Apr 2014, 18:21
Forum: Customizations
Topic: Several customizations
Replies: 19
Views: 23898

Re: Several customizations

I have a similar problem in that I want to replace Severity 'crash' with 'critical'
I followed the Admin guide and did the following, but now I get @75@

edit file custom_constants_inc.php; (create it if it does not exist)
<?php
# Custom severity code
define( 'CRITICAL', 75 );

In the main mantisbt ...
by Shifter7
07 Apr 2014, 14:43
Forum: General Discussion
Topic: Order of fields in View Issues Filter
Replies: 4
Views: 5439

Re: Order of fields in View Issues Filter

I'll give it a shot.
Thanks!!!
by Shifter7
04 Apr 2014, 15:09
Forum: General Discussion
Topic: Order of fields in View Issues Filter
Replies: 4
Views: 5439

Re: Order of fields in View Issues Filter

Not the columns, but the actual filter choices...
by Shifter7
03 Apr 2014, 22:53
Forum: General Discussion
Topic: Order of fields in View Issues Filter
Replies: 4
Views: 5439

Order of fields in View Issues Filter

Can the order of the fields in the View Issues filter section be changed?
Also, can any of these fields not being used be hidden/deleted?
Thanks