Iteration stories problem via API
Iteration stories gave by API didn't have type="array", so it's create parsing problem via ActiveResource
Please, can you fix that?
Thanks again :-)
Thibaud
<?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
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
-
Inappropriate?Hmm.. looks like we are missing type="array" on iteration stories. We'll get fixed as soon as we can.
Thanks for reporting the problem -
Inappropriate?It you haven't noticed, this issue is now fixed. Let us know if you have any other problems.
Loading Profile...


