For example I have an issue:
issue = redmine.issue.get(100)
It is possible to get the notes of particular user for this issue?
I found journals.filter method:
issue.journals.filter()
But I don't know syntax for filter() method.
Can somebody help?
Thanks in advance.
BR, Alex