List (for me) undread issues or issues with new info
Added by Frode Fikke over 13 years ago
I want to get a list of all issues that for me is new or has new messages/info. I was hoping there was such a function?
Now I check my email to see which issues has something new for me to check out, it would be nice be able to see this in Redmine directly.
Thanks!
Frode
Replies (2)
RE: List (for me) undread issues or issues with new info - Added by Etienne Massip over 13 years ago
There is no such function in Redmine, implementing this would mean to track issues read per user, which can do a bunch of data for a relatively big organization.
Moreover, this is typically something a mail client do, so monitoring his mailbox seems more convenient to me.
You can also have a look at /activity page with filter issue set on or look for a plugin in the Plugin Directory.
RE: List (for me) undread issues or issues with new info - Added by Razi Baluchi over 13 years ago
Shouldn't it be possible to keep a time stamp of the last time an issue (any) was opened and display all that are newer/have been update since then? seems like it would be fairly easy to implement without excessive data requirements. Perhaps better handled with cookies though...