开发者

How to get the journal/notes for a Redmine issue in Ruby?

开发者 https://www.devze.com 2023-04-02 16:59 出处:网络
I am using the redmine_client (0.0.1) gem to lookup issues in Redmine but get an error when I do something like this:

I am using the redmine_client (0.0.1) gem to lookup issues in Redmine but get an error when I do something like this:

puts issue.journals.inspect # e开发者_Go百科rror - undefined method `journals' for #

I am following this example: https://gist.github.com/552610

Any idea what might be the problem? All the other fields work fine except for journal.


Journals is an association to an Array of Journal objects. I don't know if I've added Journal support to that gem yet (I don't use it much anymore). Try forking the gem and adding a new journal.rb class like issue.rb.

0

精彩评论

暂无评论...
验证码 换一张
取 消