Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metrixware-echoes-tech/redmine_scrum_cards
Redmine plugin for generating printable scrum cards.
https://github.com/metrixware-echoes-tech/redmine_scrum_cards
Last synced: 1 day ago
JSON representation
Redmine plugin for generating printable scrum cards.
- Host: GitHub
- URL: https://github.com/metrixware-echoes-tech/redmine_scrum_cards
- Owner: metrixware-echoes-tech
- Created: 2015-12-18T16:08:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T10:12:14.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T07:52:47.197Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://api.travis-ci.org/echoes-tech/redmine_scrum_cards.svg)](https://travis-ci.org/echoes-tech/redmine_scrum_cards)
[![Coverage Status](https://coveralls.io/repos/echoes-tech/redmine_scrum_cards/badge.svg?branch=develop&service=github)](https://coveralls.io/github/echoes-tech/redmine_scrum_cards?branch=develop)
[![Code Climate](https://codeclimate.com/github/echoes-tech/redmine_scrum_cards/badges/gpa.svg)](https://codeclimate.com/github/echoes-tech/redmine_scrum_cards)# redmine scrum cards
Redmine plugin for generating printable scrum cards.
## Installation
1. Clone this repository into your _plugins_ directory
2. Restart your Redmine server
## Supported Redmine versions
- 3.2
- 3.1## Supported Ruby versions
- 2.2
- 2.1## How to use this plugin
1. Select some issues from the issues list
2. Right click on the issues list and you will see an option to generate scrum cards in the context menu
3. Click on it and it will open a new tab containing all the generated cards for each selected issue
The generated card of an issue will look like this :![](https://universityofrennes1miage.mybalsamiq.com/mockups/3994506.png?key=97f8f35bbf43d53fa2ae7222290bd7193e650ee6)
The date format and the custom field used to detect the user responsible for validating the work of the user assigned to an issue can be customized through the plugin settings panel.
4. Print! :-)