RubyGems.org

omnifocus-rt

1.0.1

Plugin for omnifocus gem to provide rt BTS synchronization. The first time this runs it creates a yaml file in your home directory for the rt url, username, password, default queue and query. The query is optional. If you don't supply it omnifocus-rt will pull all tickets from the default queue assigned to the specified user. The use a custom query you must supply it in the config file. omnifocus-rt uses the REST interface to RT. More information about query formatting is available here: http://wiki.bestpractical.com/view/REST Example: :rt_url: rt :queue: QA :username: user :password: pass :query: "Queue='QA'ANDOwner='Nobody'ANDStatus!='rejected'"

installgem install omnifocus-rt
Authors

aja

1,603 total downloads 637 for this version
Owners

Ff9072f60e25730674ad0d18a140ff65

Gemfile
gem "omnifocus-rt", "~> 1.0.1"
Versions
  1. 1.0.1 August 3, 2011
  2. 1.0.0 December 22, 2009
Runtime Dependencies
  1. omnifocus ~> 1.3.1
Development Dependencies
  1. hoe ~> 2.10
  2. minitest >= 2.0.2