Added by klaine tear almost 7 years ago
Hi.
How can I attach a file to a custom field of issue via REST API?
I want to do like this.
Thank you for response.
Nest regards.
<issue>
<custom_fields type="array">
<custom_field id=XX>
<value>[attachment id]</value>
</custom_field>
</custom_fields>
<uploads type="array">
<upload>
<token>[token id]</ token>
<filename>[filename]</filename>
<cotainer_type>CustomValue</cotainer_type>
<content_type>[content type]</content_type>
</upload>
</uploads>
</issue>
Hi Klaine, any news?
I'm trying the same, but no success.