In JQL, I can write customer in ("customer A", "Customer B", "Customer C")
What would be the equivalent in Nunjucks? How can I create a condition to emulate that?
Something like {{ issue.fields.issuetype.customer <in> ("customer A", "Customer B", "Customer C")
}}
Any idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.