<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Recent Posts in fields_string doesn't work, and neither hours_actual nor percentage_complete actually display | Unfuddle Community</title>
    <link>http://unfuddle.com/community</link>
    <description>Unfuddle Community Forums</description>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:790:2230</guid>
      <title>fields_string doesn't work, and neither hours_actual nor percentage_complete actually display posted by Steven Merrill @ Mon, 07 Dec 2009 03:43:45 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/790</link>
      <description>The body should more or less say it all - I'm trying to construct a dynamic report, and conditions_string works fine, but neither fields_string (via query string) or fields-string (via XML request) are respected.

In addition, none of my TicketReports are coming back with the hours_actual or percentage_complete fields in them.

I'm trying to build an automated burndown chart utility for our project, and without being able to get hours_actual, there will be no way to do it.

Samples of what doesn't work:

curl -i -u &quot;user:pass&quot; -X GET -H 'Accept: application/xml' -d '&lt;request&gt;&lt;title&gt;A Dynamic Report&lt;/title&gt;&lt;conditions-string&gt;version-eq-33441&lt;/conditions-string&gt;&lt;fields-string&gt;number,summary,hours_estimate_current,hours_actual&lt;/fields-string&gt;&lt;/request&gt;' http://{mydomain}.unfuddle.com/api/v1/projects/{id}/ticket_reports/dynamic

The condition is applied, but only the default fields (sans hour or percentage) are displayed.

curl -i -u &quot;user:pass&quot; -X GET -H 'Accept: application/xml'  'http://{mydomain}.unfuddle.com/api/v1/projects/{id}/ticket_reports/dynamic.xml?title=A+Dynamic+Report&amp;conditions_string=version-eq-33441&amp;fields_string=number,summary,hours_estimate_current,hours_actual'

Same deal. Condition is applied, fields are just the defaults, sans actual hours and percentage.</description>
      <pubDate>Mon, 07 Dec 2009 03:43:45 UTC</pubDate>
      <author>Steven Merrill</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:790:2241</guid>
      <title>fields_string doesn't work, and neither hours_actual nor percentage_complete actually display replied by David C. @ Thu, 10 Dec 2009 19:49:51 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/790</link>
      <description>Steven,

We have gone ahead and added the hours-actual and percentage-complete fields to the report XML if they are specified in the fields-string. These will now work with both types of ticket reports.</description>
      <pubDate>Thu, 10 Dec 2009 19:49:51 UTC</pubDate>
      <author>David C.</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:790:2232</guid>
      <title>fields_string doesn't work, and neither hours_actual nor percentage_complete actually display replied by Steven Merrill @ Tue, 08 Dec 2009 04:44:40 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/790</link>
      <description>For anyone reading this, word is that this is a legit bug and a fix is on the way.</description>
      <pubDate>Tue, 08 Dec 2009 04:44:40 UTC</pubDate>
      <author>Steven Merrill</author>
    </item>
  </channel>
</rss>

