I have a similar question to this:
https://getsatisfaction.com/tiggzi/to...
I have a REST response that looks like this, please see this link for the XML response : http://confluence.jetbrains.com/displ...
When the response is mapped in Tiggzi it's changed into an array of fields:
What's the easiest way to get the value of certain fields?
pseudo code:
$fields['summary'].value would return "new issue"
Can something be done in JS on the mapping?