View Issue Details

IDProjectCategoryView StatusLast Update
0006160mantisbtcustomizationpublic2014-12-08 02:18
Reporterrdllc Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionduplicate 
Product Version1.2.17 
Summary0006160: Add flags to Issues
Description

Problem: Difficult to know if you have read an issue since last change or to know if you need to follow-up on an issue.

Proposed solution: Let users mark issues as read, unread, and assign follow-up flags, much like you can do with your email items in Outlook.

  • Create a table ReadHistory(UserId,IssueId,IssueHistoryId)
    This remembers the IssueHistoryId ('version') last seen by the user. If
    the latest IssueHistoryId is different, then it means the item has changed
    since the user last saw it.

  • Create a table IssueFlags(UserId,IssueId,FlagId)
    For a given issue, a user can set a number of personal status flags. We
    will only use a 'follow up' flag for now.

On my view and view issues, add a column to show the current flag(s) relating to an issue.
On view add check box to flag as follow-up.
Flag would default to unread until issue is viewed, then it would change to read. Changing back to unread if the issue is modified.

TagsNo tags attached.

Relationships

duplicate of 0003779 new Add read marks for new text, and add time to "Updated" field 

Activities

There are no notes attached to this issue.