Redmine plugin for referencing and fixing issues in comment of wiki updates.
Set at least one of the fixing keyword in Administration > Settings > Repositories
so fixing keyword is not set by default.
- Redmine 2.3, 2.4, 2.5, 2.6
- Ruby 1.9.3, 2.1.3
Clone this plugin to your.Redmine/plugins
:
git clone https://github.com/hidakatsuya/redmine_issue_wiki_journal.git
Or, download ZIP/TAR.gz archives from here. Then, refer the following page to setup: http://www.redmine.org/projects/redmine/wiki/Plugins#Installing-a-plugin
Please see the following page:
http://www.redmine.org/projects/redmine/wiki/Plugins#Uninstalling-a-plugin
- Fork it
- Create your feature branch (
git checkout -b new-feature
) - Commit your changes (
git commit -am
add some new feature``) - Push to the branch (
git push origin new-feature
) - Create new Pull Request
Run the following command in your Redmine directory:
$ bundle exec rake redmine:plugins:test NAME=redmine_issue_wiki_journal
© Katsuya Hidaka. See MIT-LICENSE for further details.