taskadapter / redmine-java-api

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

mgr.getIssueManager().getIssueById ,the return entity[ Issue ]--[ Attachments ] doesn't return right result #377

Closed cxltsui closed 1 year ago

cxltsui commented 1 year ago

mgr.getIssueManager().getIssueById ,the return entity[ Issue ]--[ Attachments ] doesn't return right result , return null but actually it is not null . mgr.getIssueManager().getIssueById 返回的Issue里面的Attachments一直为空,但实际上他的值不为空。

cxltsui commented 1 year ago

mgr.getIssueManager().getIssueById(id,Include.attachments)