Hi there,
i need to query subtasks which have a custom field of type array containing objects:
[
{self, id, value(str)},...
]
and i only have the value of the object for my query.
I want all subtasks where the custom field array contains an object with the given value.
Since tilde does not work here i tried it with IN and = but cant get it to work.
Thanks in advance!