Title says most of it.. i have a multiselect custom field in the parent and a different multiselect custom field in the issue that triggered the jira automation. Id like basically compare the two... if parent has "A,B and C" and issue only has B and C (and no these are different so there is a mapping that is going on), id then like it to do an action...(append a string to a variable). But cant seem to get a simple if this and this are true do that. The idea would be that there would be multiple conditions and they all have to be true but if there is a better / simplier way of doing this Im all ears.