b3nzchr3ur / agiletrackingtool

Automatically exported from code.google.com/p/agiletrackingtool
0 stars 0 forks source link

Xml file is not exported with correct project type set. #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Creating a default project
2. Export the project
3. Import the project

What is the expected output? What do you see instead?
Expected -> project is imported succesfully.
Actual -> Error message.

Original issue reported on code.google.com by ben.schreur@gmail.com on 27 Nov 2010 at 11:26

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by ben.schreur@gmail.com on 23 Jan 2011 at 11:28