View Issue Details

IDProjectCategoryView StatusLast Update
0013779mantisbtfeaturepublic2015-09-06 17:40
Reporteratnz Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.8 
Fixed in Version1.3.0-beta.1 
Summary0013779: Summary of activity in Mantis today.
Description

If you have multiple projects and multiple categories with a reasonable sized team there can be a lot of update activity in mantis.

At present the only way to see what is being updated/changed is to set the projects combo to "All Projects" and sort by last updated. Then you actually have to go into each item to see what actually changed ie State change, note added, file attached, etc.

It would be great if there was a "side bar, Window, another tab, something else?" that had a quick list of the changes that had been made in the past 12hrs (or "today").

The following is an example of what would be in the new window/pane/tab;

Latest activity
08:35 Simon Apple InProgress on 0029876: MantisBT WebUI
10:23 John Smith added a comment to 00234567: MantisBT Reporting
10:34 Simon Apple Resolved 0029876: MantisBT WebUI
10:45 Peter Jones Created 00456789: MantisTouch Security
10:48 Peter Jones added a file to 00234987: MantisTouch UI

The user could then click/double click the row to go to the relevant Mantis item.

TagsNo tags attached.

Relationships

duplicate of 0017397 closedvboctor Add timeline to My View page 

Activities

atrol

atrol

2012-01-20 02:29

developer   ~0030974

At present the only way to see what is being updated/changed is to set the projects combo to "All Projects" and sort by last updated.

This is not the only way.
You get nearly the same in box "Recently Modified" at "My View" page, but you will still not get the lastest activity.

atnz

atnz

2012-01-20 12:26

reporter   ~0030979

Yes you could use the My View area, but you still can't tell what changed, and it only gives you 10 items.... So IMHO not very useful.

Hence why the above would be more useful and could just update on the side, like the sidebar on Facebook.

atrol

atrol

2012-01-21 02:54

developer   ~0030984

I am aware that "My View" is not 100% what you need.

and it only gives you 10 items
You can adjust my_view_bug_count to get more than 10 items

vboctor

vboctor

2012-01-27 03:21

manager   ~0031049

This can easily be done as a plugin.

vboctor

vboctor

2012-01-27 12:48

manager   ~0031061

Such plugin can also support a feature to email every morning a summary of what happened the day before. I've worked in a company before where this was an approach they used to keep their developers in sync with what's going on.

tompwebber

tompwebber

2012-07-26 07:09

reporter   ~0032376

I would also be interested in seeing this - I am after a way to generate a summary of activity over a day or a week so that colleagues can be sent an email - not quite like the reminder package but a summary to indicate number of issues added, resolved, closed and the number of outstanding issues.

cas

cas

2012-07-27 03:50

reporter   ~0032381

You always can start querying the history table.
In raw shape it would look like "SELECT bug_id,summary,username,type, field_name, old_value,new_value, DATE( FROM_UNIXTIME( date_modified ) ) FROM mantis_bug_history_table, mantis_bug_table,mantis_user_table where mantis_bug_history_table.user_id= mantis_user_table.id and mantis_bug_history_table.bug_id=mantis_bug_table.id and DATE( FROM_UNIXTIME( date_modified ) )-0 = UTC_DATE()-1"

atrol

atrol

2015-08-26 18:03

developer   ~0051318

I thinks this is covered by the timeline we have in 1.3, see 0017397