What is the best support for Scrum in Redmine?

  • Best practices?
  • Plugin support?

All plugins I've tried are either not that active anymore and/or not up to the task of managing a major project using Scrum.

I've googled to no avail...

link|improve this question

75% accept rate
2  
@subtwo: Do not add information to your question in a comment on an answer. Please update your question with additional information. – S.Lott Sep 23 '09 at 10:10
feedback

8 Answers

up vote 6 down vote accepted

Scrum best practice is to avoid using too many tools.

Agile methods put individuals and interactions first. Tools aren't important. Read this page to see what the real background of scrum is: http://agilemanifesto.org/

Read this to see more about Scrum. http://www.controlchaos.com/old-site/Scrumo.htm

Note that tools aren't really necessary.

Scrum is a series of sprints (managed with a simple backlog and burndown chart).

Scrum is a daily stand-up meeting (managed with no tools at all).

link|improve this answer
1  
Thanks! I was thinking along those lines but I needed to know that I didn't miss anything. Our project is scattered geographically (at least most of the time) and a web-based integration with the issue tracking system would be a great added value. At the least to keep those not away up-to-date and to keep a centralized place to find information. – Anders Hansson Sep 23 '09 at 6:55
(correction: Of course I meant to keep those away up-to-date, but you know what i mean) – Anders Hansson Sep 23 '09 at 6:56
Scrum is for development. Web-based issue tracking can sometimes be merged in with the development backlog. Do not make tools stand in the way of the daily scrum meeting. – S.Lott Sep 23 '09 at 10:11
5  
You're sorta not answering the question asked. Scrum is NOT only a stand-up, while it's essential. Still, you need to: * estimate * track tasks stuck on certain stage * draw burndown chart Without this, you have no analysis at all. Without analysis, you can't really tune your process. – Victor Sergienko Apr 2 '10 at 10:04
1  
@Victor Sergienko: First, I disagree that there's any tuning component at all with Scrum. However, I agree that it is a good thing to do. The point is that estimating and tuning can be done on a spreadsheet. That's all the tooling anyone needs. – S.Lott Apr 2 '10 at 10:28
show 10 more comments
feedback

I don't really know Redmine but it looks like the Scrum Alliance Development Team has several Scrum plugins for it. Others potentially useful plugins are the Scrum dashboard plugin, the Todo Lists plugin, the Backlogs plugin but I can't say if they conflict or overlap with the Scrum Alliance plugins. This requires IMO some further investigations and testing.

My advices:

  1. If the team is collocated, don't use a web based tool, use sticky notes on a wall and a spreadsheet.
  2. If there are good reasons to use a web based tool, don't use Redmine if it's not satisfying.
link|improve this answer
13  
The Scrum Alliance's fork of Redmine was modified and abandoned several months ago. I wouldn't recommend using it because it's missing a lot of recent changes in Redmine, including security fixes. The Scrum dashboard, Todo Lists, and Backlogs plugins are all maintained and good options. – Eric Davis Oct 2 '09 at 21:51
Hey, thanks for this feedback. Much appreciated! – Pascal Thivent Oct 2 '09 at 22:04
So I took a look at some of these plugins (backlogs, dashboard, charts, and todos) and unfortunately they all need some TLC. All of them had bugs of some sort, either from a tag release or the master/head revision. So expect to put out fires if you plan to use these. – Edmundito Feb 25 '10 at 19:47
feedback

Thought I'd make mention of the Redmine Backlogs plugin again. It's been getting some TLC lately. product backlog view, taskboard view, real-time updates, reports, task colors unique to the user's preference, etc.

http://www.redminebacklogs.net

link|improve this answer
feedback

You don't need a scrum tool to use redmine in a scrum way, however, it can at least help with acceptance. Redmine Backlogs isn't too bad. I have evaluated it and the product backlogs screen is a little raw, but useful. The task board is good. I recommend you take a look at it.

Redmine Backlogs

link|improve this answer
Definitely, the task board is really great. – dariusz Sep 21 '10 at 14:53
Redmine backlogs is not the worst choice IMHO, but a bit tricky to install though. Anyway here is a guide which helped me out - it is in German, but the setup steps you can easily follow – domger Oct 2 '11 at 18:16
feedback

Redmine_scrummer is a plugin developed by BadrIT to facilitate scrum processes, it easy to use and follows the all practices you apply while in a scrum process i.e. scrum board, burning charts, etc..

link|improve this answer
feedback

Scrum PM is a decent, current Scrum plugin for Redmine. It's fairly basic, and the UI leaves something to be desired, but it works.

It has a Backlog where you can create stories, and a Dashboard where you can drag and drop tasks for stories through status to done.

Redmine Issues are Tasks, and Versions are Sprints. There is no strong correlation between tasks and stories, and there are a few (non-blocking) bugs, but it's the best scrum plugin for Redmine I've seen.

link|improve this answer
Interesting, gonna give this a try.. – Michael Pliskin Jun 4 '10 at 13:44
1  
Ugh, the lack of relationship between User Stories from the Issues list and the User Stories from that plugin is a dealbreaker. Despite the IE issues, Backlogs (as mentioned by Mark below) is a much more promising solution: redminebacklogs.net – dariusz Sep 21 '10 at 14:51
feedback

try Redmine Scrumbler https://github.com/256MbTeam/Redmine-Scrumbler

link|improve this answer
feedback

I guess this discussion is very old but then so are all the plugins that were discussed here.

Just in case someone looks into this thread again:

We tried bunch of them and all of them had some problem or other.

Finally we moved to Scrumbler plugin and we are very happy with it. http://www.redmine.org/plugins/scrumbler

This looks like best of the lot.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.