Closed GoogleCodeExporter closed 9 years ago
The export xml file shows an empty field in project type:
<Project>
<name>Example project 0</name>
<type/>
</Project>
Should be:
<Project>
<name>Example project 0</name>
<type>Scrum</type>
</Project>
Workaround:
Edit file manually and fill in the project type.
<type>Scrum</type> or
<type>Kanban</type>
Original comment by ben.schreur@gmail.com
on 27 Nov 2010 at 11:27
[deleted comment]
[deleted comment]
Original comment by ben.schreur@gmail.com
on 23 Jan 2011 at 11:28
Original issue reported on code.google.com by
ben.schreur@gmail.com
on 27 Nov 2010 at 11:26