Monitor an Issue

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
bloodlessz
Posts: 5
Joined: 28 Sep 2012, 07:41

Monitor an Issue

Post by bloodlessz »

Hi to all,

Does anyone knows how to allow a reporter to add someone who is a viewer to monitor an issue?
There is no field to add a user to monitor.
monitor.jpg
monitor.jpg (13.23 KiB) Viewed 5317 times
Also, I try to add viewers to receive reminders but when i try to Update Configuration, if i go to configuration the box on viewer is unchecked.
receive_reminders.jpg
receive_reminders.jpg (59.58 KiB) Viewed 5317 times

Thank you
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Monitor an Issue

Post by atrol »

bloodlessz wrote: Does anyone knows how to allow a reporter to add someone who is a viewer to monitor an issue?
Enable the checkbox for "Monitor an issue" for "Viewers" on the configuration page and
add the following line to file config_inc.php

Code: Select all

$g_monitor_add_others_bug_threshold = REPORTER;
bloodlessz wrote: Also, I try to add viewers to receive reminders but when i try to Update Configuration, if i go to configuration the box on viewer is unchecked.
I fixed this just yesterday http://www.mantisbt.org/bugs/view.php?id=16120
You can
a) wait until 1.2.16 is released (at the moment no idea when it will be) or
b) use a nightly build http://www.mantisbt.org/builds or
c) apply the patch from https://github.com/mantisbt/mantisbt/co ... 0b07d4ed80
Please use Search before posting and read the Manual
bloodlessz
Posts: 5
Joined: 28 Sep 2012, 07:41

Re: Monitor an Issue

Post by bloodlessz »

This is what i want.

Thank you atrol :)
Post Reply