We're using version Jira Software Data Center v 8.20.6 with JSM 4.20.6.
When creating an "Assign objects from and IQL query based on data from an issue" post function I'm getting an error in the IQL syntax. It looks like I can't reference multiple objects:
Here's the IQL statement I'm trying to use:
object having inboundReferences(key in (${customfield_A}) OR key in (${customfield_B${0}}), referenceType IN ("Belongs"))
It's telling me that I can't use the {0} postscript with the customfield_B. That's a multiple object field and the only way to get all the objects in that field checked is to use the postscript.
Is that a bug or am I doing something else wrong.
When I leave out the postscript I can save the post-function but the keys from the multiple objects custom field are ignored.
Thanks for any assistance
It was a typo on my part, had the $ inside the {} for customfield_B. Only saw it when comparing my question with my actual post-function.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.