Iguana

Iguana is an open source issue management system with a kanban board, sprint planning
and time logging features, and anything else you need to make working on a project in groups pleasant.

You can get in on github.

Go to previous (time logging) or next (API documentation) section.

Table of contents

Overviews

This section introduces the pages you'll probably use the most, even though the name is unspectacular.

Backlog

Within the backlog in general you get an overview of all issues of a project that are not done yet. If the sprint functionality is used it is possible to move issues from backlog to a specific sprint and vice versa. To do this in a short amount of time the order by ability helps to get a better overview.
Overview backlog in general Overview backlog with current sprint

Sprintboard

The sprintboard mentioned in the previous section sorts the issues of a project depending on their current state. Per default there are Todo, In Progress and Done, but you can define additional ones. If you have JavaScript enabled drag and drop is possible to move issues between those columns. Moreover the same order by- and filter-abilities, where you can type expressions into, as for the backlog are usable here to make your work easier. Also the progress bar gives quite an idea of how much of the current sprint is or still has to be done, as you can see here.
Overview sprintboard with order by

List of projects

On the project list you see all projects you are involved in, no matter whether as a developer or as a manger. Beyond this an activity-chart is shown, for which you can choose either logged time or actions.
Overview list of own projects
Go to previous (time logging) or next (API documentation) section.