taskadapter / redmine-java-api

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

Missing "closed_on" attribute in Issue Entity. #241

Closed jenghung closed 8 years ago

jenghung commented 8 years ago

https://www.redmine.org/issues/824

When I use redmine API for showing an issue, the XML file display the "closed_on" element represent when the issue has been closed.

<created_on>2015-12-02T03:02:50Z</created_on>
<updated_on>2015-12-28T06:46:25Z</updated_on>
<closed_on>2015-12-10T08:51:16Z</closed_on>

But the Issue Entity missing the "closed_on" attribute.

alexeyOnGitHub commented 8 years ago

this is solved in https://github.com/taskadapter/redmine-java-api/commit/6ce0ab9414911930f3835729133faea897ebfc99