Skip to content

Instantly share code, notes, and snippets.

@simeonwillbanks
Created May 26, 2012 04:27
Show Gist options
  • Save simeonwillbanks/2792201 to your computer and use it in GitHub Desktop.
Save simeonwillbanks/2792201 to your computer and use it in GitHub Desktop.
taskmapper-redmine issue notes #Taskmapper #gem #redmine #OpenSource
http://www.hostedredmine.com/issues/67867
$ irb -r rubygems -r taskmapper -r /Users/simeon/Projects/taskmapper-redmine/lib/taskmapper-redmine
>> RedmineAPI.authenticate('http://www.hostedredmine.com/', '999e4b8688e8dba3eee9515548e203c5bea5f019')
=> "http://www.hostedredmine.com/"
>> issue = RedmineAPI::Issue.find(67867, :params => {:include => 'journals'})
=> #<RedmineAPI::Issue:0x007fa28c0a0808 ...
>> issue.journals[0].notes
=> "I've read through the introductory ns3 stuff and will be saving the Contiki documentation for next week."
>> issue.journals[1].notes
=> "Finished up the important Contiki readings."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment