Feature #20985
Include private_notes property in xml/json Journals output
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | REST API | |||
Target version: | 3.3.0 | |||
Resolution: | Fixed |
Description
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
Associated revisions
Include private_notes property in xml/json Journals output (#20985).
Patch by Takenori TAKAKI.
History
#1
Updated by eric c about 7 years ago
When is this fix available in a Redmine release?
#2
Updated by Go MAEDA almost 7 years ago
- Target version set to Candidate for next major release
#3
Updated by Takenori TAKAKI almost 7 years ago
I have added the test-code on Tiago Cândido 's patch: 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.
#4
Updated by Toshi MARUYAMA over 6 years ago
- Target version changed from Candidate for next major release to 3.3.0
#5
Updated by Jean-Philippe Lang over 6 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.