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: about 1 year ago
JSON representation
Redmine plugin to add missing function of "Last updated by"
- Host: GitHub
- URL: https://github.com/noma4i/redmine-touch
- Owner: noma4i
- Created: 2013-05-07T06:39:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T01:59:29.000Z (over 10 years ago)
- Last Synced: 2025-04-22T08:13:36.905Z (about 1 year ago)
- Topics: redmine, redmine-issues, redmine-plugin
- Language: Ruby
- Size: 241 KB
- Stars: 19
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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*

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