I want to retrieve a customfield that has been setup in Jira. When I perform the below :
http://website/rest/api/2/issue/{ID}?expand=customfield_13201
i get the below .. e.g.
"customfield_13201": <a href=\"webpage"</a><br><br> <a href=\"webpage2" ... "
The result for the field is as a string encapsulted in many html tags. I can not make modification JIRA side. Is there a work around or jira rest api that I could use to get the fields out in json format? .