Created
May 26, 2012 04:27
-
-
Save simeonwillbanks/2792201 to your computer and use it in GitHub Desktop.
taskmapper-redmine issue notes #Taskmapper #gem #redmine #OpenSource
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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