Git Product home page Git Product logo

redmine_issue_checklist's Introduction

Redmine Issue Checklist Plugin

Build Status Code Climate

This plugin enables you to add checklists to Redmine issues.

The initial author of the plugin is Kirill Bezrukov

Compatibility

This plugin version is compatible only with Redmine 3.0 and later.

Installation

  1. To install the plugin

    • Download the .ZIP archive, extract files and copy the plugin directory into #{REDMINE_ROOT}/plugins.

    Or

    • Change you current directory to your Redmine root directory:

        cd {REDMINE_ROOT}
      

      Copy the plugin from GitHub using the following commands:

        git clone https://github.com/Restream/redmine_issue_checklist.git plugins/redmine_issue_checklist
      
  2. Update the Gemfile.lock file by running the following commands:

     bundle install
    
  3. This plugin requires a migration. Run the following command to upgrade your database (make a database backup before):

     bundle exec rake redmine:plugins:migrate RAILS_ENV=production 
    
  4. Restart Redmine.

Now you should be able to see the plugin in Administration > Plugins.

Usage

The Redmine Issue Checklist plugin enables you to add checklists to Redmine issues.

You can configure the plugin to track the checklist changes in the issue log and change the issue done ratio based on the checklist progress. To do this, go to Administration > Plugins, clikConfigure and select the corresponding check boxes.
plugin settings

To add a checklist to an issue, enter the checklist item text into the the Checklist field in the issue description and click the + button.
checklist item

You can add as many checklist items as you need. To rearrange the checklist, drag and drop the items in the desired order. To delete an item, click the trash bin icon.
checklist item

To mark the completed checklist items, select the corresponding check boxes. The plugin will display the changes in the issue log and change the issue done ratio, if you have configured it accordingly.
progress

To manage checklist-related permissions, go to Administration > Roles and permissions, click the role name and select or clear the required check boxes.
permissions

Testing

Run tests using the following command:

rake redmine:plugins:test NAME=redmine_issue_checklist RAILS_ENV=test_sqlite3

Maintainers

Danil Tashkinov, github.com/nodecarter

License

Redmine Checklist plugin is open source and released under the terms of the GNU General Public License v2 (GPL).

redmine_issue_checklist's People

Contributors

adrianobr avatar aleksxor avatar atopcu avatar dr-itz avatar irina-l avatar nhatthm avatar nodecarter avatar willhbr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.