Hi all,
I have a file with some value in a JSON format. (Obtained with an api rest curl GET from a text area custom field)
{"expand":"renderedFields,names,schema,operations,editmeta,changelog,versionedRepresentations","id":"888051","self":"https://jira.com/rest/api/2/issue/888051","key":"KEY-0","fields":{"customfield_13630":"Date:: 2018-06-25 14:33:06 +0200 (Mon, 25 Jun 2018)
Author:: username
Message:: This is a json test"}}
Can I use any api rest method to post it into a custom field directly?
Thanks in advance!
Best Regards