Vote #72693
完了Add attachment information to issues.xml in REST API
0%
説明
It would be very handy to include the attachments information to the issues.xml in the REST API
Same is already implemented for relations (@issues.xml?include=relations@)
Idea is to implement something like
api.array :attachments do
issue.attachments.each do |attachment|
render_api_attachment(attachment, api)
end
end if include_in_api_response?('attachments')
In the index.api.rsb file. Include attachements with @issues.xml?include=attachments@
Thanks
journals
Any news on that one? Are you planning to extend the REST API?
--------------------------------------------------------------------------------
This is a patch to trunk 11491
I would really appreciate if this could get into trunk.
Thanks
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------