All Projects → happy-se-life → kanban

happy-se-life / kanban

Licence: MIT License
Kanban plugin for redmine

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to kanban

redmine customize
Plugin for some Redmine customizations.
Stars: ✭ 32 (-52.94%)
Mutual labels:  redmine, redmine-plugin
redmine issue template
Allows to manage templates of issues, and adding them to issue body
Stars: ✭ 25 (-63.24%)
Mutual labels:  redmine, redmine-plugin
Redmine-Periodic-Task
A redmine plugin that lets you schedule an issue to fire every x days/weeks/months
Stars: ✭ 61 (-10.29%)
Mutual labels:  redmine, redmine-plugin
bestest timer
This is an awesome punch clock/timer plugin for Redmine. It's great. It's the bestest.
Stars: ✭ 15 (-77.94%)
Mutual labels:  redmine, redmine-plugin
time logger
Redmine Time logger plugin. More than likely there is only going to be one more public release. New version has new time logging with the option of multiple loggers running at the same time, fixes for excessive loggng, and a whole new look.
Stars: ✭ 58 (-14.71%)
Mutual labels:  redmine, redmine-plugin
redmine dropbox attachments
Use Dropbox as the storage backend for your Redmine installation
Stars: ✭ 23 (-66.18%)
Mutual labels:  redmine, redmine-plugin
redmine-wiki graphviz plugin
Wiki macro for redmine. The macro render graph-image from wiki contents as dot.
Stars: ✭ 57 (-16.18%)
Mutual labels:  redmine, redmine-plugin
redmine merge request links
Display links to associated Gitlab merge requests and GitHub pull requests on Redmine's issue page.
Stars: ✭ 32 (-52.94%)
Mutual labels:  redmine, redmine-plugin
redmine intouch
Redmine Intouch plugin sends notifications to users via Telegram and E-mail
Stars: ✭ 60 (-11.76%)
Mutual labels:  redmine, redmine-plugin
redmine default custom query
Redmine plugin for setting default custom query of Issues for each project
Stars: ✭ 67 (-1.47%)
Mutual labels:  redmine, redmine-plugin
additional tags
Redmine Plugin for adding tags functionality to issues and wiki pages.
Stars: ✭ 25 (-63.24%)
Mutual labels:  redmine, redmine-plugin
deployer
Redmine plugin to group issues into deploys and send notifications when needed
Stars: ✭ 14 (-79.41%)
Mutual labels:  redmine, redmine-plugin
redmine custom reports
Redmine plugin for reports and charts
Stars: ✭ 53 (-22.06%)
Mutual labels:  redmine, redmine-plugin
redmine recurring tasks
Plugin for creating scheduled tasks from templates
Stars: ✭ 37 (-45.59%)
Mutual labels:  redmine, redmine-plugin
alminium
勉強しながら、少しずつ更新しています。現在、Ubuntu 18.04&CentOS7でRedmine3.4が動作します。
Stars: ✭ 14 (-79.41%)
Mutual labels:  redmine, redmine-plugin
Redmine-Touch
Redmine plugin to add missing function of "Last updated by"
Stars: ✭ 18 (-73.53%)
Mutual labels:  redmine, redmine-plugin
redmine issue checklist
Checklist Plugin creates simple checklists for Redmine issues. Downloaded from http://www.redminecrm.com/projects/checklist/
Stars: ✭ 55 (-19.12%)
Mutual labels:  redmine, redmine-plugin
toggl2redmine
Import time from Toggl 2 Redmine.
Stars: ✭ 23 (-66.18%)
Mutual labels:  redmine, redmine-plugin
vault
Is a plugin for project management system Redmine. Allows you to store various passwords/keys in one place for the project.
Stars: ✭ 44 (-35.29%)
Mutual labels:  redmine, redmine-plugin
additionals
Redmine plugin for easy customization of settings, text and content display by using personal or role-based dashboards (drag&drop), providing wiki macros and act as library for other plugins.
Stars: ✭ 91 (+33.82%)
Mutual labels:  redmine, redmine-plugin

Redmine kanban plugin

This plugin provides the Kanban board.

What's new

  • Show parent task in issues cards. (See screenshot)

Features

  • Issues can be displayed in a card form by status.
  • You can change the issue status and assignee by dragging and dropping.
  • You can view all issues by a group or project members.
  • You can display some notes of a issue by mouse-over and write the note easily.
  • There are many filters for display.
  • Warning can be displayed if the WIP limit is exceeded.
  • Supports English, Spanish, French, Polish, Russian and Japanese language.

Screenshots

Overview

Ticket filters

Small card view

You can display more cards than normal size cards at once.

Show parent task in issues cards

It is possible to show\hide the issue parent from the filter section.

Keyboard Shortcuts

  • o : Show login user only.
  • e : Show everyone in the project.
  • d+u : Due date set to unspecified.
  • d+o : Due date set to overdue.
  • d+t : Due date set to today.
  • d+w : Due date set to this week.
  • n : Show by normal size card with days left.
  • k : Show by normal size card with estimated hours.
  • s : Show by small size card.
  • l : Select all open issues.
  • h : Show this help.

Required Redmine version

  • 3.4.6.stable or later (~4.1)

Install

  1. Move to plugins folder.
git clone https://github.com/happy-se-life/kanban.git
  1. Edit models/constants.rb for your environment.

  2. Restart redmine.

  3. Enable role permission to each users groups

  1. Enable modules for each project.

Uninstall

  1. Move to plugins folder.

  2. Remove plugins folder.

rm -rf kanban
  1. Restart redmine.

Notes

  • It has only been used by small organizations upto 30 members before.
  • Therefore, the visibility authority is loosely implemented.
  • However, I think it is a trade-off with ease of use.

License

  • MIT Lisense

Thanks for the great contributors who helped with the localization

  • @aivorra for Spanish
  • @camlafit for French
  • @karnow98 for Polish
  • @deryaba for Russian

Thanks for the great library

Contact me

  • If you have any questions or ideas for improvement, please register with issue.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].