View Issue Details

IDProjectCategoryView StatusLast Update
0026907mantisbtfeaturepublic2020-04-23 05:06
Reportersadovsf Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status acknowledgedResolutionopen 
Product Version2.23.0 
Summary0026907: Add Version author
Description

It would be nice to see who created version similar way as you see it in case of bugs. Maybe even history although that is not that common.

We just did run into situation that someone created really badly described version and its not possible to find out who to educate him for the future.

TagsNo tags attached.

Activities

dregad

dregad

2020-04-23 05:06

developer   ~0063900

I can think of 2 ways to approach this

  1. add a created / last modified by field in the version table
  2. implement a proper, global audit trail similar to issue history

The first option is probably simpler overall if we limit it to versions, but it would make sense to generalize it to other entities as well (projects, users, etc) in that case it could become painful to maintain. Second option is more generic, but is more complex to implement initially.

In any case, not something that is likely to happen any time soon without a community contribution.