Plugins Directory » Redmine Issue View Columns
|
Author: | Kenan Dervisevic |
---|---|---|
Website: | https://github.com/kenan3008/redmine_issue_view_columns | |
Code repository: | https://github.com/kenan3008/redmine_issue_view_columns | |
Registered on: | 2019-04-08 (over 5 years ago) | |
Current version: | 1.0.1 | |
Compatible with: | Redmine 4.0.x | |
User ratings: |
Redmine plugin to customize shown columns in subtasks and related issues on issue page
- Provide configurable list of columns that are shown for subtasks list in issue view
- Provide configurable list of columns that are shown for related issues in issue view
- Configuration is possible per project
- There is a possibility to define global configuration in admin area. Global configuration is then applied to all projects that don't have the plugin module activated.
- Subject and tracker columns are not configurable by this plugin. This information is always shown, as this is the default behavior of these sections in Redmine
- Related issues contain an icon that is used to remove the relation from corresponding ticket. This icon is always shown as the last column on the right side of the related issues table
- Same configuration is applied to both subtasks and related issues sections
Plugin is inspired by http://www.redmine.org/plugins/subtaskcolumns and http://www.redmine.org/plugins/subtask_list_columns
Installation notes
Clone https://github.com/kenan3008/redmine_issue_view_columns or download zip to redmine_dir/plugins/ folder
git clone https://github.com/kenan3008/redmine_issue_view_columns.git
From redmine root directory, run:
rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_issue_view_columns
Restart redmine
Changelog
1.0.1 (2019-04-28)
Compatible with Redmine 4.0.x.
better mobile view handling
1.0.0 (2019-04-08)
Compatible with Redmine 4.0.x, 3.4.x.