Vote #76808
完了Include private_notes property in xml/json Journals output
0%
説明
When getting issues with the REST api, the journal flag private_notes isn't included.
I've solved the problem on my local copy by modifying one files:
- views/issues/show.api.rsb
> * add
api.private_notes journal.private_notes
journals
When is this fix available in a Redmine release?
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I have added the test-code on "Tiago Cândido":http://www.redmine.org/users/137693 's patch: attachment:adds_issue_journal_private_notes_to_api.diff
and I made sure that all tests passed on latest trunk (r15327).
I would be very happy if I could see the feature in Redmine 3.3.0.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------