Redmine plugin for setting the default custom query of Issues for each project.
- Enable the Default Custom Query module in your project
- Select a custom query to set to default in setting for your project
- Redmine 4.0
- Ruby 2.2, 2.3, 2.4, 2.5, 2.6
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
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
- 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
Please report from here.
© Katsuya Hidaka. See MIT-LICENSE for further details.