"Dump-Input" for Product Backlogs
As a Product Owner, I want to be able to input lots of data easily into the Product Backlog using a dump input (in text format) like this:
Story1 (Description for Story1)
- Test1
- Test2
- Test3
Story2 (Description for Story2)
- Test1
Statement from Kunagi Team
We think that we don't want to clutter user interaface and code to adress one special case that might not even be needed.
Status
Issue is closed.
Comments
Fri, Oct 29, 2010, 20:06 by kminder
I would actually prefer spreadsheet input. You could use either of these.
poi.apache.org/
sourceforge.net/projects/jexcelapi/
although I only have experience and can therefore recommend POI.
