Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noma4i/redmine-touch

Redmine plugin to add missing function of "Last updated by"
https://github.com/noma4i/redmine-touch

redmine redmine-issues redmine-plugin

Last synced: 3 days ago
JSON representation

Redmine plugin to add missing function of "Last updated by"

Awesome Lists containing this project

README

        

Redmine-Touch
=============

Redmine plugin to add missing function of "Last updated by"

### Instalation
- git clone https://github.com/noma4i/Redmine-Touch redmine_touch
- rake redmine:plugins:migrate
- ...
- PROFIT!

### Usage
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*

![Orphans list](screenshots/feature.png?raw=true)

### Caveats
- If you can't see new field created make sure you run `bundle exec rake redmine:plugins:migrate RAILS_ENV=production`