This plugin provides a issue's note history management.
- Save previous issue's note in database.
- Show issue's note history.
- Show each issue's note diff.
- Show update activity of non-private note.
-
Download plugin in Redmine plugin directory.
git clone https://github.com/9506hqwy/redmine_journal_notes_history.git
-
Install dependency libraries in Redmine directory.
bundle install --without development test
-
Install plugin in Redmine directory.
bundle exec rake redmine:plugins:migrate NAME=redmine_journal_notes_history RAILS_ENV=production
-
Start Redmine
- Redmine (Docker Image)
- 4.0
- 4.1
- 4.2
- 5.0
- 5.1
- 6.0
- 6.1
- Database
- SQLite
- MySQL 5.7 or 8.0
- PostgreSQL 14