View Issue Details

IDProjectCategoryView StatusLast Update
0008354mantisbtadministrationpublic2013-02-16 18:58
Reportercaldarola Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.1.0a3 
Summary0008354: Reminder Action is not listed in history
Description

Sending a reminder operation is not listed in issue history.

TagsNo tags attached.

Relationships

duplicate of 0002971 closeddregad Reminders are not added to bug history 

Activities

giallu

giallu

2007-09-13 06:19

reporter   ~0015624

It is reported in the history as a note (which actually is...), so I think this is a non-issue.

caldarola

caldarola

2007-09-13 06:49

reporter   ~0015625

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.

giallu

giallu

2007-09-13 13:03

reporter   ~0015627

True. I'd need to check the code, but IIRC the reminder is the combination of 2 events:

  1. add note
  2. add selected user(s) to monitor list

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

caldarola

caldarola

2007-09-13 13:16

reporter   ~0015628

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".

vboctor

vboctor

2007-09-16 22:51

manager   ~0015646

We have three note types. Hence, we can have a different history entry for each. The note type we currently support are:

Bugnote = 0
Reminder = 1
Time Tracking = 2

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.