Hi Guys,
I want to access a value in a bundledfield (part of Extension for Jira Service Management) with Jira Automation.
When I do the Web Request GET I receive this data:
{key=bundledfield_10266, value={subfield_10004=[Test 111, test 222], subfield_10002=[2021-11-16, 2021-11-30], subfield_10003=[111, 222]}}
So this means there are two entries in this bundlefield. The question is, how can I get e.g. the specific value 'Test 111'?
This leads to an empty value (but it doesn't even make sense really as this fiels is 'cascaded'):
{{webResponse.bundledfield_10266.body.get(0)}}
Something like this leads to an error:
{{webResponse.bundledfield_10266.subfield_10004.get(0)}}
Does anbody have an idea how to get the specific values?
Thanks a lot!!
Hannes
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.