Hi,
Since (I think) last upgrade of Jira, we have a custom field that no longer work.
the Filer issue scope was:
(object having outR("Name" IN (${customfield_1234.label${0}})) AND ("attribute1" IS EMPTY OR "attribute1" = ${key}))
but now the list is always empty
it seems the issue come from object having outR("Name" IN (${customfield_1234.label${0}})
I try all variation like object having {customfield_1234.${0}}
{customfield_1234${0}.label}..
{customfield_1234.${1}}
{customfield_1234${1}.label}..
but nothing works
any idea ?
regards
In addition, is there a way to see (on log ?) what is the result command of IQL ((object having outR("Name" IN ("blabla")) AND ("attribute1" IS EMPTY OR "attribute1" = DFD-122}))
?
@Xavier did you try outboundReferences() instead?
You should try the hardcoded value first to validate the IQL syntax inside the Insights schema:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.