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 (demonstration) or next (search function) section.

Table of contents

Olea-Bar

The Olea-Bar is a really mighty tool that can help you to be way more efficient than without. In case you don't know which token to use for a specific action just hover over the bar and a tooltip appears. Lazy people will love the matching, because whenever you enter something unique the bar assumes what you meant.
Please note that it is not possible yet to use any of the control characters in the issue title, description etc. from the olea-bar. In case you want to use them anyway this is possible via the issue create/edit form until we have implemented escaping.
The behaviour of @<user0> [...@<userN>] has been reworked and previous assignee/s are not replaced by the new one/s anymore but extended. If you want the previous behaviour you can change the value in the settings file to do so.

create issue

Here you can see many informations that have been entered into the bar:
  • Issue title of the new issue is new issue to demonstrate olea-bar
  • moritz gets assigned to it
  • It will be moved to the kanban column In Progress
  • Some tags are assigned purple tag and Olea-bar
  • The issue type is Bug
  • The description of this issue is description
In the state after the commit in fact are all of these information already stored in.
Olea-Bar pre submit and with tooltip. Olea-Bar post submit.

modify issue

Not only new issues can be filled with desired informations but also already existing ones that shall be modified. Therefore all we have to prepend is > <issue number> in this case we want to modify issue with the number 3 - the keyboard support for which we assign cauca and move the issue to the kanban column In Progress.
Olea-Bar pre-modify Olea-Bar post-modify
Go to previous (demonstration) or next (search function) section.