Redmine plugin for setting the default custom query of Issues for each project.
git clone
or copy an unarchived plugin(archived file is here) to plugins/redmine_default_custom_query
on your Redmine path.
$ git clone https://github.com/hidakatsuya/redmine_default_custom_query.git /path/to/your-redmine/plugins/redmine_default_custom_query
Install dependencies:
$ bundle install
Then, migrate:
$ cd /path/to/your-redmine
$ rake redmine:plugins:migrate NAME=redmine_default_custom_query RAILS_ENV=production
That's all.
At first, rollback schema:
$ cd /path/to/your-redmine
$ rake redmine:plugins:migrate NAME=redmine_default_custom_query VERSION=0 RAILS_ENV=production
Then, remove plugins/redmine_default_custom_query
directory.
$ cd /path/to/redmine
$ bundle install
$ bundle exec rake redmine:plugins:test NAME=redmine_default_custom_query
git checkout -b new-feature
git commit -am 'add some new feature'
git push origin new-feature
Please report from here.
© Katsuya Hidaka. See MIT-LICENSE for further details.