All Projects → canidas → redmine_issue_todo_lists

canidas / redmine_issue_todo_lists

Licence: other
Organize Redmine issues in to-do lists by manually ordering their priority.

Programming Languages

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

Projects that are alternatives of or similar to redmine issue todo lists

additional tags
Redmine Plugin for adding tags functionality to issues and wiki pages.
Stars: ✭ 25 (+25%)
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 (-25%)
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 (+185%)
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 (+120%)
Mutual labels:  redmine, redmine-plugin
Redmine-Touch
Redmine plugin to add missing function of "Last updated by"
Stars: ✭ 18 (-10%)
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 (+355%)
Mutual labels:  redmine, redmine-plugin
kanban
Kanban plugin for redmine
Stars: ✭ 68 (+240%)
Mutual labels:  redmine, redmine-plugin
redmine custom reports
Redmine plugin for reports and charts
Stars: ✭ 53 (+165%)
Mutual labels:  redmine, redmine-plugin
redmine recurring tasks
Plugin for creating scheduled tasks from templates
Stars: ✭ 37 (+85%)
Mutual labels:  redmine, redmine-plugin
redmine scheduling poll
a plugin to provide the simple way to schedule appointments on Redmine
Stars: ✭ 17 (-15%)
Mutual labels:  redmine-plugin, redmine-plugins
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 (+190%)
Mutual labels:  redmine, redmine-plugin
redmine issue template
Allows to manage templates of issues, and adding them to issue body
Stars: ✭ 25 (+25%)
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 (+205%)
Mutual labels:  redmine, redmine-plugin
redmine default custom query
Redmine plugin for setting default custom query of Issues for each project
Stars: ✭ 67 (+235%)
Mutual labels:  redmine, redmine-plugin
redmine dropbox attachments
Use Dropbox as the storage backend for your Redmine installation
Stars: ✭ 23 (+15%)
Mutual labels:  redmine, redmine-plugin
redmine customize
Plugin for some Redmine customizations.
Stars: ✭ 32 (+60%)
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 (+60%)
Mutual labels:  redmine, redmine-plugin
alminium
勉強しながら、少しずつ更新しています。現在、Ubuntu 18.04&CentOS7でRedmine3.4が動作します。
Stars: ✭ 14 (-30%)
Mutual labels:  redmine, redmine-plugin
redmine persist wfmt
redmine_persist_wfmt is a plugin for Redmine that persists wiki format.
Stars: ✭ 28 (+40%)
Mutual labels:  redmine, redmine-plugin
deployer
Redmine plugin to group issues into deploys and send notifications when needed
Stars: ✭ 14 (-30%)
Mutual labels:  redmine, redmine-plugin

Redmine Issue To-Do Lists Plugin

This plugin allows creating of individual to-do lists per project with the ability to add issues and order them manually, no matter what issue priority these issues have.

Link to Redmine plugin page: https://www.redmine.org/plugins/redmine_issue_todo_lists

Compatibility

  • Version 1.3 for >= Redmine 4 ONLY
  • Version 1.2 for <= Redmine 3.4
  • Currently there's no difference between 1.2 and 1.3 except Redmine 4 compatibility

Features

  • Create to-do lists per project
  • Add individual issues with or without comments per to-do list (also cross project possible)
  • Or create to-do lists with solely text items
  • Order these issues / items per drag and drop
  • Add and remove issues to/from to-do list by context menu (even bulk adding possible)
  • Autocomplete for issues (as with issue relations)
  • To-do lists show all configured default columns displayed on the normal issue list
  • Remove closed issues from to-do list automatically (configurable per to-do list)

Screenshots

See screenshots folder

Install

  • Read the Redmine plugin installation wiki: http://www.redmine.org/wiki/redmine/Plugins
  • Run the migration for database: bundle exec rake redmine:plugins:migrate NAME=redmine_issue_todo_lists RAILS_ENV=production
  • Restart Redmine
  • Login and configure rights and roles for this plugin
  • Go to corresponding project settings and active project module Issue To-do lists
  • Click To-do lists in project menu

Update

  • Update plugin with Git or download sources manually
  • Run migration as described above
  • Restart Redmine

Uninstall

  • Run migration backwards: bundle exec rake redmine:plugins:migrate NAME=redmine_issue_todo_lists VERSION=0 RAILS_ENV=production
  • Remove plugin folder
  • Restart Redmine

License

GPLv2

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].