Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redmica/redmine_issues_panel
https://github.com/redmica/redmine_issues_panel
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redmica/redmine_issues_panel
- Owner: redmica
- Created: 2020-06-15T04:11:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T04:51:50.000Z (12 days ago)
- Last Synced: 2024-11-01T05:25:23.180Z (12 days ago)
- Language: Ruby
- Size: 207 KB
- Stars: 36
- Watchers: 7
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-redmine - redmine_issues_panel - This is a plugin for Redmine to display issues by statuses and change it's status by DnD. (Plugins / Active Plugins)
README
# Redmine Issues Panel
This is a plugin for Redmine to display issues by statuses and change it's status by DnD.
## Features
* Filter and group issues with custom queries
* Drag and drop to change status
* Update issues via the context menu
* Add a new Issue from the panel## Install
#### Place the plugin source at Redmine plugins directory.
`git clone` or copy an unarchived plugin to
`plugins/redmine_issues_panel` on your Redmine installation path.```
$ git clone https://github.com/redmica/redmine_issues_panel.git /path/to/redmine/plugins/redmine_issues_panel
```## How to activate the Issues Panel
#### Check the 'Issues Panel' checkbox on the Project->Settings->Modules and save it.
![How to activate the Issues Panel](images/how_to_activate.png?raw=true "Check the Issues Panel checkbox on the Project->Settings->Modules")
## Test
```
$ cd /path/to/redmine
$ bundle exec rake redmine:plugins:test NAME=redmine_issues_panel RAILS_ENV=test
```## Uninstall
#### Remove the plugin directory.
```
$ cd /path/to/redmine
$ rm -rf plugins/redmine_issues_panel
```## Licence
This plugin is licensed under the GNU General Public License, version 2 (GPLv2)
## Author
[Takenori Takaki (Far End Technologies)](https://www.farend.co.jp)