I have a use case where I need to iterate over a list of values from an Extension for Jira Service Management bundled field and then check the following conditions for each iteration:
The content of the bundled field is in an array like below where the actual values I want to extract are all in the even indexes. The values in the even indexes are also options in the checkbox but only all of them will be selected in the checkbox.
"subfield_10015": [
"option_10000",
"Solution A",
"option_10000",
"Solution A",
"option_10001",
"Solution B",
"option_10002",
"Solution B",
"option_10002",
"Solution C",
"option_10003",
"Solution D"
]
I have tried the followings:
Also, I have the following conditions
The initial value of the variable prevSolution is EMPTY and I have an action to set the value after a send web request action.
However, it looks like the prevSolution variable has never been set because the following condition is always evaluated to true.
Does anyone have any idea how can I achieve the use case explained above?
Thanks for reaching out! So we can get a little more info about this problem, it’s best if you raise this through the support portal at https://getsupport.atlassian.com/ so the team can take a closer look about the intermittent error you're seeing. While we're at it, we'll also be more than happy to help figure out the issue with prevSolution not being set.
Cheers,
Eric
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.