Plugins Directory » Redmine Attribute-Quickies
Author: | Stephan Wenzel | |
---|---|---|
Website: | https://github.com/HugoHasenbein/redmine_attribute_quickies | |
Code repository: | https://github.com/HugoHasenbein/redmine_attribute_quickies | |
Registered on: | 2018-06-30 (over 6 years ago) | |
Current version: | 1.0.2 | |
Compatible with: | Redmine 3.4.x, 3.3.x | |
User ratings: |
With only one click set any arbitrary preconfigured combinations of issue attributes, custom fields and time entries, add comments to journals and add attachments like a custom workflow
Installation notes
install¶
1. go to plugins folder
git clone https://github.com/HugoHasenbein/redmine_attribute_quickies.git
2. go to redmine root folder
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attribute_quickies
3. restart server f.i.
sudo /etc/init.s/apache2 restart
Uninstall¶
1. go to redmine root folder
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_attribute_quickies VERSION=0
2. go to plugins folder
rm -r redmine_attributes_quickies
3. restart server f.i.
sudo /etc/init.s/apache2 restart
Changelog
1.0.2 (2018-06-30)
Compatible with Redmine 3.4.x, 3.3.x.