<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JIRA To Omnifocus Script</title>
	<atom:link href="http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/</link>
	<description>Software Development Blog by David Martinez</description>
	<lastBuildDate>Thu, 15 Sep 2011 22:23:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Benn</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-123711</link>
		<dc:creator>Benn</dc:creator>
		<pubDate>Thu, 15 Sep 2011 22:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-123711</guid>
		<description>On snowleopard I had to downgrade to rubygems 1.5.3 to get this script to work, though I still can&#039;t store my username and password without an error.

Also when I move a jira item out of my inbox and import again, duplicates of the items show up again in my inbox..</description>
		<content:encoded><![CDATA[<p>On snowleopard I had to downgrade to rubygems 1.5.3 to get this script to work, though I still can&#8217;t store my username and password without an error.</p>
<p>Also when I move a jira item out of my inbox and import again, duplicates of the items show up again in my inbox..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-121874</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Thu, 25 Aug 2011 15:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-121874</guid>
		<description>A note on the comment I added above, the gem update at the beginning has two dashes in front of the word system (all others in the instructions are just one dash)

I guess the comment system automatically changes a double dash into an em-dash (that dash looks a bit longer than the others)</description>
		<content:encoded><![CDATA[<p>A note on the comment I added above, the gem update at the beginning has two dashes in front of the word system (all others in the instructions are just one dash)</p>
<p>I guess the comment system automatically changes a double dash into an em-dash (that dash looks a bit longer than the others)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-121872</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Thu, 25 Aug 2011 15:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-121872</guid>
		<description>In case anyone else is trying to install this on Lion (with a fairly virgin install of Ruby...I&#039;m not a Ruby developer)

sudo gem update --system
sudo env ARCHFLAGS=&quot;-arch x86_64&quot; gem install appscript
sudo env ARCHFLAGS=&quot;-arch x86_64&quot; gem install rb-appscript
sudo env ARCHFLAGS=&quot;-arch x86_64&quot; gem install crypt
sudo env ARCHFLAGS=&quot;-arch x86_64&quot; gem install password
sudo gem install getopt
sudo gem install activesupport -v &#039;2.0.2&#039;

(that last line is required by the current version of the password gem, the latest version of active support (3) doesn&#039;t seem to work with it.

This got the script working for me in 10.7.1
if you uncomment the line that reads &quot;require &#039;ruby-debug&#039;&quot; in an attempt to get more debug information, you will also need to run:

sudo gem install ruby-debug</description>
		<content:encoded><![CDATA[<p>In case anyone else is trying to install this on Lion (with a fairly virgin install of Ruby&#8230;I&#8217;m not a Ruby developer)</p>
<p>sudo gem update &#8211;system<br />
sudo env ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install appscript<br />
sudo env ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install rb-appscript<br />
sudo env ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install crypt<br />
sudo env ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install password<br />
sudo gem install getopt<br />
sudo gem install activesupport -v &#8217;2.0.2&#8242;</p>
<p>(that last line is required by the current version of the password gem, the latest version of active support (3) doesn&#8217;t seem to work with it.</p>
<p>This got the script working for me in 10.7.1<br />
if you uncomment the line that reads &#8220;require &#8216;ruby-debug&#8217;&#8221; in an attempt to get more debug information, you will also need to run:</p>
<p>sudo gem install ruby-debug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-118009</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 05 Jul 2011 00:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-118009</guid>
		<description>I will answer my own question: Use the OSX baked in Ruby support to get this working</description>
		<content:encoded><![CDATA[<p>I will answer my own question: Use the OSX baked in Ruby support to get this working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-118001</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 04 Jul 2011 21:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-118001</guid>
		<description>Ruby refuses to install Appscript for me. Could you tell me which Ruby implementation you&#039;re using that was happy to run Appscript (Oneclick, MacRuby, default Ruby instance, etc...)?

Thanks</description>
		<content:encoded><![CDATA[<p>Ruby refuses to install Appscript for me. Could you tell me which Ruby implementation you&#8217;re using that was happy to run Appscript (Oneclick, MacRuby, default Ruby instance, etc&#8230;)?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-116203</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Thu, 02 Jun 2011 07:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-116203</guid>
		<description>I had to &quot;sudo gem install activesupport --version &lt; 2&quot; in order to get this to work on my 10.6.7 machine, if anyone else is struggling.</description>
		<content:encoded><![CDATA[<p>I had to &#8220;sudo gem install activesupport &#8211;version &lt; 2&quot; in order to get this to work on my 10.6.7 machine, if anyone else is struggling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerd</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-106347</link>
		<dc:creator>Gerd</dc:creator>
		<pubDate>Mon, 25 Oct 2010 07:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-106347</guid>
		<description>Thanks David! Just working. I got the tip from Omni support because I asked for the integration.
Feature request (unfortunately I have no clue about Ruby): We have several projects in Jira. I set up a filter with my open tasks for all projects. So it would be perfect if there would be a chance to create the Omni-tasks in any kind of a project structure and not flat in the inbox. With this it would minimize manual work.
A tip for using: it took me a while to figure out the ID for the filter since it is not displayed anywhere on the Jira pages (at least i couldn&#039;t find it). But just use the filter and look on the Jira URL in your browser. The &quot;requestID&quot; is what you want.</description>
		<content:encoded><![CDATA[<p>Thanks David! Just working. I got the tip from Omni support because I asked for the integration.<br />
Feature request (unfortunately I have no clue about Ruby): We have several projects in Jira. I set up a filter with my open tasks for all projects. So it would be perfect if there would be a chance to create the Omni-tasks in any kind of a project structure and not flat in the inbox. With this it would minimize manual work.<br />
A tip for using: it took me a while to figure out the ID for the filter since it is not displayed anywhere on the Jira pages (at least i couldn&#8217;t find it). But just use the filter and look on the Jira URL in your browser. The &#8220;requestID&#8221; is what you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Martinez</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-98323</link>
		<dc:creator>David Martinez</dc:creator>
		<pubDate>Mon, 22 Mar 2010 21:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-98323</guid>
		<description>I depend on some libraries, so 1.9 compatibility depends on the libraries&#039; compatibility.

Crypt is not compatible with Ruby 1.9, but gem install crypt19 and it will get past that.

It looks like there&#039;s also an appscript problem calling name.get on ruby1.9. May just be my install though. Using ruby 1.8.X seems to work correctly.</description>
		<content:encoded><![CDATA[<p>I depend on some libraries, so 1.9 compatibility depends on the libraries&#8217; compatibility.</p>
<p>Crypt is not compatible with Ruby 1.9, but gem install crypt19 and it will get past that.</p>
<p>It looks like there&#8217;s also an appscript problem calling name.get on ruby1.9. May just be my install though. Using ruby 1.8.X seems to work correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Brickley</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-98322</link>
		<dc:creator>Dan Brickley</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-98322</guid>
		<description>Ruby 1.9 seems unhappy...

/usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:47:in `&#124;&#039;: can&#039;t convert String into Integer (TypeError)
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:47:in `block (2 levels) in setup_blowfish&#039;
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:46:in `times&#039;
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:46:in `block in setup_blowfish&#039;
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:44:in `upto&#039;
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:44:in `setup_blowfish&#039;
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:27:in `initialize&#039;</description>
		<content:encoded><![CDATA[<p>Ruby 1.9 seems unhappy&#8230;</p>
<p>/usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:47:in `|&#8217;: can&#8217;t convert String into Integer (TypeError)<br />
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:47:in `block (2 levels) in setup_blowfish&#8217;<br />
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:46:in `times&#8217;<br />
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:46:in `block in setup_blowfish&#8217;<br />
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:44:in `upto&#8217;<br />
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:44:in `setup_blowfish&#8217;<br />
	from /usr/local/lib/ruby/gems/1.9.1/gems/crypt-1.1.4/crypt/blowfish.rb:27:in `initialize&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Ramsey</title>
		<link>http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/comment-page-1/#comment-98321</link>
		<dc:creator>Joe Ramsey</dc:creator>
		<pubDate>Sat, 16 May 2009 02:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerdude.com/2009/03/04/jira-to-omnifocus-script/#comment-98321</guid>
		<description>Thanks so much or the great work.  Alain I&#039;m going to try your script out next.  It would be nice to get these integrated.  I&#039;ll work on it a bit as well

I did have to download the getopt gem as well to get it to work</description>
		<content:encoded><![CDATA[<p>Thanks so much or the great work.  Alain I&#8217;m going to try your script out next.  It would be nice to get these integrated.  I&#8217;ll work on it a bit as well</p>
<p>I did have to download the getopt gem as well to get it to work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

