We have a "Component" Jira field which can hold multiple values. We want to update the query for a Scrum board such that one of the components in "Component" equals a given value. Neither `=`, `IN`, or `~` works.
Found the answer. `=` does work after all. The issue was with the scrum board having additional invisible filters applied. Specifically, items with an epic which doesn't include the component were getting filtered out for some reason.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.