taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
269 stars 162 forks source link

Add private notes flag to journals #376

Open faustovaz opened 1 year ago

faustovaz commented 1 year ago

com.taskadapter.redmineapi.bean.Journal class is lacking the private_notes flag that marks a note as private or not. This PR adds this flag as well as change the com.taskadapter.redmineapi.internal.RedmineJSONParser.parseJournal to parse the private_notes flag.