In my company we are using a board to present status of the tickets. Something like kanban board but with more columns. So a chit is a ticket that you put on the table, that is drawn on the board. Columns (sometimes split into rows rows) represent status (development, in testing, etc.). Problem is that this is all manual. I am looking for software to help me setup digital one. I would need:
- possibility to integrate with jira (board <-> jira)
- fully customizable (look of sinlgle ticket, table setup)
- drag and drop option
- possible free
I am not afraid to write it from scratch (in java) but if there is something that can help me I am open to suggestions.
Regards