<?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 Unfuddle API | Unfuddle Community</title>
    <link>http://unfuddle.com/community</link>
    <description>Unfuddle Community Forums</description>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:130:2716</guid>
      <title>XSD Schema available replied by mTgr8  @ Tue, 20 Jul 2010 21:23:04 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/130</link>
      <description>If I could get XSD or WSDL, I can turn that in to integration libs for iPhone, Android or JS EXT(Sencha). please let me know if anyone has it. The reason I need it is cause we have our framework that consumes schema, and spits desired code. Building schema from above data models would be very expensive for us.

NAgendra</description>
      <pubDate>Tue, 20 Jul 2010 21:23:04 UTC</pubDate>
      <author>mTgr8 </author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:762:2130</guid>
      <title>Filtering API requests posted by jbartels @ Thu, 22 Oct 2009 18:23:32 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/762</link>
      <description>Trying to build out a script to help keep my team on track and keep my boss off our butts. I want to be able to get commits newer than a certain time, then my script will parse those commits and check to see that each commit has a ticket number in it. 

How can I build these query conditions? I am not seeing a document with those in it, if there is one can someone clue me in?

Example query -
https://mysubdomain.unfuddle.com/api/v1/repositories/4/changesets?conditions_string=created-at-gt-2009-10-21T00:00</description>
      <pubDate>Thu, 22 Oct 2009 18:23:32 UTC</pubDate>
      <author>jbartels</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:132:407</guid>
      <title>.NET Sample posted by Michael Sanford @ Tue, 01 Jan 2008 16:01:28 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/132</link>
      <description>Are there any samples showing best practices for using the REST API from a .net application?  Is it possible to use XML-RPC.net?

Thanks!</description>
      <pubDate>Tue, 01 Jan 2008 16:01:28 UTC</pubDate>
      <author>Michael Sanford</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:088178:79d3f9</guid>
      <title>pip install from Unfuddle git? posted by Kevin @ Wed, 14 Sep 2011 17:51:12 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/088178</link>
      <description>Hi there, I'm trying to install a package from one of our Git repositories as a dependency for another package. The simplest way for us to incorporate it into our deployment strategy would be to pip install it directly from the repo. Check out the section on Git here: http://www.pip-installer.org/en/latest/requirement-format.html

I'm able to authenticate to Git no problem, i.e.:

    $ git clone git@myorg.unfuddle.com:myorg/myrepo.git
    Cloning into myrepo...
    remote: Counting objects: 1152, done.
    remote: Compressing objects: 100% (809/809), done.
    remote: Total 1152 (delta 274), reused 1146 (delta 272)
    Receiving objects: 100% (1152/1152), 1.59 MiB | 562 KiB/s, done.
    Resolving deltas: 100% (274/274), done.
    $ 

However, when I try to install it via Git it looks like I have an authentication issue:

    $ virtualenv --no-site-packages .
    New python executable in ./bin/python
    Installing setuptools............done.
    Installing pip...............done.
    $ source bin/activate
    (env)$ pip install -e git+ssh://git@myorg.unfuddle.com:myorg/myrepo.git#egg=myegg
    Obtaining myegg from git+ssh://git@myorg.unfuddle.com:myorg/myrepo.git#egg=myegg
    Cloning git+ssh://git@myorg.unfuddle.com:myorg/myrepo.git to ./src/myegg
ssh: connect to host myorg.unfuddle.com:myorg port 22: Operation timed out
    fatal: The remote end hung up unexpectedly
    Complete output from command /usr/bin/git clone -q ssh://git@myorg.unfuddle.com:myorg/myrepo.git /Users/me/workspace/env/src/myegg:

    ----------------------------------------
    Command /usr/bin/git clone -q ssh://git@myorg.unfuddle.com:myorg/myrepo.git /Users/me/workspace/env/src/myegg failed with error code 128
    Storing complete log in /Users/me/.pip/pip.log
    (env)$ 

Am I running the wrong command? Should python be picking up my auth key?</description>
      <pubDate>Wed, 14 Sep 2011 17:51:12 UTC</pubDate>
      <author>Kevin</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:100:1240</guid>
      <title>ActiveResource to Consume API? replied by Tim Riley @ Wed, 15 Oct 2008 02:43:23 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/100</link>
      <description>Hi David,

Thanks for your response!

Unfuddle's use in our organisation has been growing quite strongly and I'd like to provide some ticket reports through the API. Just wondering if you guys have been able to make any progress with this?

Thanks again for all your work on the system. It's a vital tool for us!

Cheers,
 - Tim</description>
      <pubDate>Wed, 15 Oct 2008 02:43:23 UTC</pubDate>
      <author>Tim Riley</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:151:496</guid>
      <title>Possible to use API to submit a ticket? replied by Joshua Frappier @ Wed, 23 Jan 2008 19:35:52 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/151</link>
      <description>Luke,

There sure is a way to do this.  Check out the code that one of our customers has submitted to the community recently:

http://unfuddle.com/community/forums/1/topics/121

I think that will do exactly what you are looking for!</description>
      <pubDate>Wed, 23 Jan 2008 19:35:52 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:151:579</guid>
      <title>Possible to use API to submit a ticket? replied by Ben Strackany @ Mon, 18 Feb 2008 22:07:21 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/151</link>
      <description>I also made a PHP page letting users submit tickets into Unfuddle w/o having to log in. Hope it helps.

http://www.developmentnow.com/blog/Unfuddle+Ticket+Submission+Form.aspx</description>
      <pubDate>Mon, 18 Feb 2008 22:07:21 UTC</pubDate>
      <author>Ben Strackany</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:132:1042</guid>
      <title>.NET Sample replied by John Newcombe @ Thu, 07 Aug 2008 07:54:07 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/132</link>
      <description>I guess this is mentioned elsewhere. However, whilst finding my feet with this stuff, I realised that it is best to put the description and summary text in a CDATA sections.</description>
      <pubDate>Thu, 07 Aug 2008 07:54:07 UTC</pubDate>
      <author>John Newcombe</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:151:1703</guid>
      <title>Possible to use API to submit a ticket? replied by bcbirkhauser @ Fri, 24 Apr 2009 23:04:53 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/151</link>
      <description>i'm getting the same error.  It creates the tickets but i'm not getting a response back with the location and the ticket id.  just says Your call to Unfuddle returned an unexpected HTTP status of:   any thoughts?</description>
      <pubDate>Fri, 24 Apr 2009 23:04:53 UTC</pubDate>
      <author>bcbirkhauser</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:132:1384</guid>
      <title>.NET Sample replied by Dorian Collier @ Fri, 19 Dec 2008 22:03:00 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/132</link>
      <description>Hi LogicalGeekBoy,

I'm interested in helping with the Unfuddle.NET project. I tried to contact you through Google Code, but wasn't able to. Let me know how I can reach you.</description>
      <pubDate>Fri, 19 Dec 2008 22:03:00 UTC</pubDate>
      <author>Dorian Collier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:774:2175</guid>
      <title>Posting to a nested resource replied by Joshua Frappier @ Fri, 20 Nov 2009 16:27:45 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/774</link>
      <description>Paul,

There should not be any problem posting to the comments resource of a ticket to create a comment. However, I do notice that you are missing a closing &quot;&gt;&quot; character at the end of the data you are posting. I can confirm from our logs that this is why your request is failing.

I hope that helps!</description>
      <pubDate>Fri, 20 Nov 2009 16:27:45 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:70:197</guid>
      <title>Additional ticket fields replied by cheesegrits @ Mon, 29 Oct 2007 17:47:27 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/70</link>
      <description>Replying to myself again!  My Mom always said that'd make me go blind, or something.

Just to clear something up on my request 1) above.  I used the term &quot;Reported by&quot;, but I really should have picked some other phrase which doesn't collide with the existing &quot;Reporter&quot;.  So call it something like &quot;Originator&quot;.  The &quot;Reporter&quot; would remain unchanged, as the Unfuddle user who enters the ticket.  The &quot;Originator&quot; would be the third-party username I described.

   -- hugh</description>
      <pubDate>Mon, 29 Oct 2007 17:47:27 UTC</pubDate>
      <author>cheesegrits</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:758:2125</guid>
      <title>Typo and/or bug: Strange API path including # replied by Markus Hausammann @ Tue, 20 Oct 2009 14:54:10 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/758</link>
      <description>There was a mix up of two problems. I had a wrong path concatenated /api/v1/projects/{id}/activityjson without the dot between activity and json. This returned the whole unfuddle webpage!!! which it probably shouldn't!

And the # must definitely be a typo.</description>
      <pubDate>Tue, 20 Oct 2009 14:54:10 UTC</pubDate>
      <author>Markus Hausammann</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:84:286</guid>
      <title>API Requests replied by Joshua Frappier @ Mon, 03 Dec 2007 20:19:13 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/84</link>
      <description>Hugh,

You can specify either start_date or end_date.  That's true of any of the optional parameters.  Unfuddle will usually try to fill in the gaps on non-volatile parameters if they are missing and required.

Thanks.</description>
      <pubDate>Mon, 03 Dec 2007 20:19:13 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:7ffb9e:cfa7ca</guid>
      <title>Logging out of the API replied by Dragos Rusea @ Tue, 01 Mar 2011 11:01:03 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/7ffb9e</link>
      <description>This is a good observation. You should notice, however, the Unfuddle API only officially supports http basic authentication. As such, we cannot guarantee the continued use of the session over the Unfuddle API.</description>
      <pubDate>Tue, 01 Mar 2011 11:01:03 UTC</pubDate>
      <author>Dragos Rusea</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:820:2312</guid>
      <title>Get ID of a new Message replied by Joshua Frappier @ Sat, 09 Jan 2010 22:59:17 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/820</link>
      <description>When you post a new message via the Unfuddle API, a successful response will also contain a header &quot;Location&quot; which contains the canonical URL for the created message. The last digit in this URL is the ID of the newly created message.

For instance:

Location: https://subdomain.unfuddle.com/api/v1/projects/4/messages/123.xml

In this case, &quot;123&quot; is the id of the new message.</description>
      <pubDate>Sat, 09 Jan 2010 22:59:17 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:101:304</guid>
      <title>reported_by and assigned_to changes replied by cheesegrits @ Wed, 05 Dec 2007 20:43:34 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/101</link>
      <description>Grrrrrrrr.

:)

   -- hugh</description>
      <pubDate>Wed, 05 Dec 2007 20:43:34 UTC</pubDate>
      <author>cheesegrits</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:125:379</guid>
      <title>Tickets search query replied by Joshua Frappier @ Wed, 26 Dec 2007 18:04:39 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/125</link>
      <description>Evgeny,

Good catch.  The Unfuddle reporting system actually has the ability to do dynamic reporting, however, the Unfuddle API does not yet support this.  We will be working on this immediately and I will be sure to post here when we have added this ability to the API.

Thanks!</description>
      <pubDate>Wed, 26 Dec 2007 18:04:39 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:151:1471</guid>
      <title>Possible to use API to submit a ticket? replied by Neil Thompson @ Tue, 10 Feb 2009 09:32:18 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/151</link>
      <description>Ben,

Tried your script and got the following error:

Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /home1/respont6/public_html/submitticket.php:354 Stack trace: #0 /home1/respont6/public_html/submitticket.php(354): SimpleXMLElement-&gt;__construct(' ') #1 /home1/respont6/public_html/submitticket.php(57): get_project_details(NULL) #2 {main} thrown in /home1/respont6/public_html/submitticket.php on line 354

Do I need something installed on my server?</description>
      <pubDate>Tue, 10 Feb 2009 09:32:18 UTC</pubDate>
      <author>Neil Thompson</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:130:388</guid>
      <title>XSD Schema available posted by Roel De Meester @ Thu, 27 Dec 2007 09:24:07 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/130</link>
      <description>I've started writing a java client for the Unfuddle REST services, 
normally i use JAXB to do the XML-JAVA mapping (iso handcoding/parsing the xml myself). 
For that reason it would be very handy to see some XSD schema of the data models http://unfuddle.com/docs/api/data_models. 
Any chance to see those coming, or would you like me to provide you with some XSD?</description>
      <pubDate>Thu, 27 Dec 2007 09:24:07 UTC</pubDate>
      <author>Roel De Meester</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:100:323</guid>
      <title>ActiveResource to Consume API? replied by Robert Dempsey @ Mon, 10 Dec 2007 08:23:15 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/100</link>
      <description>NM - I got curl working, now to get AR or anything Rails working. Any examples to help us there?</description>
      <pubDate>Mon, 10 Dec 2007 08:23:15 UTC</pubDate>
      <author>Robert Dempsey</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:125:380</guid>
      <title>Tickets search query replied by Joshua Frappier @ Wed, 26 Dec 2007 19:13:40 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/125</link>
      <description>Okay, we have gone ahead and added support for dynamically generated ticket reports to the Unfuddle API.  You can find out more about how to use them here:

http://unfuddle.com/docs/api/tickets#dynamic_reporting

Good luck with the Mylyn Connector!  Be sure to let us know if there is anything else that you may need.</description>
      <pubDate>Wed, 26 Dec 2007 19:13:40 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:100:326</guid>
      <title>ActiveResource to Consume API? replied by Joshua Frappier @ Mon, 10 Dec 2007 08:52:10 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/100</link>
      <description>Robert,

It looks like this is a well known issue.  Arrays of elements in XML are handled slightly differently in Rails 2.0 than they are in the 1.2.x series.  It looks like the changeset that affects to_xml is here: http://dev.rubyonrails.org/changeset/7074

At least until we bring Unfuddle up onto the Rails 2.0 codebase, we will have to see if we can't replicate the type=&quot;array&quot; stuff in our existing code.  We will be looking into this and I will update this thread as soon as we have a solution.

It would be a shame not to be able to take advantage of ActiveResource since it makes things such a breeze.</description>
      <pubDate>Mon, 10 Dec 2007 08:52:10 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:151:2223</guid>
      <title>Possible to use API to submit a ticket? replied by pixeline @ Thu, 03 Dec 2009 21:47:23 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/151</link>
      <description>Thanks ben for your script, very helpful.

I have a micro account:

If i use https: i get
HTTP/1.1 403 Forbidden
Date: Thu, 03 Dec 2009 21:41:30 GMT
Server: Apache
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.1.2
Cache-Control: no-cache
Set-Cookie: _unfuddle_session=0648f37d43bd2323dcbd1406128b7e6e; domain=.unfuddle.com; path=/; expires=Thu, 03 Dec 2009 23:41:30 GMT; HttpOnly
Content-Length: 1
Status: 403
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=utf-8

 If i use http:  i  get:
HTTP/1.1 500 Internal Server Error
Date: Thu, 03 Dec 2009 21:46:22 GMT
Server: Apache
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.1.2
Cache-Control: no-cache
Set-Cookie: _unfuddle_session=dea7a1b7e6ff995b4a734b954790d20b; domain=.unfuddle.com; path=/; expires=Thu, 03 Dec 2009 23:46:22 GMT; HttpOnly
Content-Length: 1
Status: 500
Vary: Accept-Encoding,User-Agent
Connection: close
Content-Type: text/html; charset=utf-8


Maybe the sending script has to sit on a https domain ?</description>
      <pubDate>Thu, 03 Dec 2009 21:47:23 UTC</pubDate>
      <author>pixeline</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:100:328</guid>
      <title>ActiveResource to Consume API? replied by Joshua Frappier @ Mon, 10 Dec 2007 09:35:32 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/100</link>
      <description>Anthony and Robert,

Okay, I have just monkey patched support in for type=&quot;array&quot; into the XML that is generated from the Unfuddle API.

I have been able to use ActiveResource to find(:all) on many of the resources.

Let me know how this works for y'all.

Thanks!</description>
      <pubDate>Mon, 10 Dec 2007 09:35:32 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
  </channel>
</rss>

