Redmine plugin to add missing function of "Last updated by"
- git clone https://github.com/noma4i/Redmine-Touch redmine_touch
- rake redmine:plugins:migrate
- ...
- PROFIT!
Each time someone change issue, custom field is updated with this user's name. You can use this custom field is filters, search o just show column of Updated By
- If you can't see new field created make sure you run
bundle exec rake redmine:plugins:migrate RAILS_ENV=production