View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008354 | mantisbt | administration | public | 2007-09-13 05:37 | 2013-02-16 18:58 |
Reporter | caldarola | Assigned To | atrol | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 1.1.0a3 | ||||
Summary | 0008354: Reminder Action is not listed in history | ||||
Description | Sending a reminder operation is not listed in issue history. | ||||
Tags | No tags attached. | ||||
It is reported in the history as a note (which actually is...), so I think this is a non-issue. |
|
Ok, if an issue has many notes it's hard to search for reminders in the notes, so may be it would be interesting display a message monitor-like that shows the users a reminder has been sent which. |
|
True. I'd need to check the code, but IIRC the reminder is the combination of 2 events:
Theoretically, we could add 2 to the history, but then it will look "weird" if you decide to send a reminder to 50 users... suggestions welcome |
|
You're right, at this point I think the better solution to be to display a message such as "A reminder has been sent to User1, User2... UserN". |
|
We have three note types. Hence, we can have a different history entry for each. The note type we currently support are: Bugnote = 0 When a reminder causes users to be added to the monitor list, we should add an entry per user which shows the user who caused the action as the current user and the user name that was added somewhere in the details. |
|