Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/noma4i/redmine-touch
- Owner: noma4i
- Created: 2013-05-07T06:39:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T01:59:29.000Z (about 9 years ago)
- Last Synced: 2024-05-08T22:16:05.587Z (6 months ago)
- Topics: redmine, redmine-issues, redmine-plugin
- Language: Ruby
- Size: 241 KB
- Stars: 19
- Watchers: 7
- Forks: 3
- 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*![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`