Get your own customer support community
 

Iteration stories problem via API

Iteration stories gave by API didn't have type="array", so it's create parsing problem via ActiveResource


<?xml version="1.0" encoding="UTF-8"?>
<iterations type="array">
<iteration>
<id type="integer">1</id>
<number type="integer">1</number>
<start type="datetime">2009/03/16 00:00:00 UTC</start>
<finish type="datetime">2009/03/23 00:00:00 UTC</finish>
<stories> type="array">
<story>
<id type="integer">1</id>
<story_type>feature</story_type>
<url>STORY_URL</url>
<estimate type="integer">2</estimate>
<current_state>accepted</current_state>
<description>Windoze Save Dialog thingy</description>
<name>The Save Dialog</name>
<requested_by>Dana Deer</requested_by>
<owned_by>Rob</owned_by>
<created_at type="datetime">2009/03/16 16:55:04 UTC</created_at>
<accepted_at type="datetime">2009/03/19 19:00:00 UTC</accepted_at>
</story>
<story>...</story>

</iteration>
<iteration>
<id type="integer">2</id>
<number type="integer">2</number>
...
</iteration>
<iteration>
<id type="integer">3</id>
<number type="integer">3</number>
...
</iteration>
<iteration>
<id type="integer">4</id>
<number type="integer">4</number>
...
</iteration>
<iteration>
<id type="integer">5</id>
<number type="integer">5</number>
...
</iteration>
</iterations>


Please, can you fix that?

Thanks again :-)

Thibaud
 
sad I’m sad
Inappropriate?
1 person has this problem

The company marked this problem solved.


User_default_medium