View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011316 | mantisbt | feature | public | 2009-12-28 11:09 | 2016-06-12 00:42 |
| Reporter | piccolobill | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.0rc2 | ||||
| Target Version | 1.3.0-rc.2 | Fixed in Version | 1.3.0-rc.2 | ||
| Summary | 0011316: Allow to add mutliple user to monitor list | ||||
| Description | Allow to add mutliple user to monitor list. It can be implemented like item 0006512 | ||||
| Tags | No tags attached. | ||||
|
At this time, there are two options to monitor the issue. I can monitor the issue myself, or I can select from a list of users using the "reminder" feature that adds them to the monitor list (using the default configuration). How is this different? |
|
|
How I can use the reminder? In the new rc2 version there's a field to add username. i.e. user1|user2...etc or use a list with multiple selection. |
|
|
I've implemented a simple method: list your monitors into the "monitor" field, separated by comma or pipe (,|) - this way it is easy to maintain a group for some of the issues, and add them all at once. |
|
|
MantisBT: master b694c143 2016-03-02 00:27 Tamás Gulácsi Committer: dregad Details Diff |
Allow adding ',' or '|' separated monitor list This helps adding the same herd of monitors to similar bugs: just copy the list, comma- or pipe-separated into the "username" field. Fixes 0011316 Signed-off-by: Damien Regad <dregad@mantisbt.org> Minor changes in original commit message (issue reference) |
Affected Issues 0011316 |
|
| mod - bug_monitor_add.php | Diff File | ||
|
MantisBT: master a6251506 2016-03-06 22:50 Details Diff |
Move anonymous user verification to Check loop Issue 0011316 |
Affected Issues 0011316 |
|
| mod - bug_monitor_add.php | Diff File | ||
|
MantisBT: master b9387b28 2016-03-06 22:50 Details Diff |
Move bug existence check before user list validation Issue 0011316 |
Affected Issues 0011316 |
|
| mod - bug_monitor_add.php | Diff File | ||