Filter issue scope (IQL) based on antoher Insight custom field

Xavier
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 12, 2022

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}))

?

1 answer

@Xavier did you try outboundReferences() instead?
You should try the hardcoded value first to validate the IQL syntax inside the Insights schema: 
Screen Shot 2022-06-27 at 14.00.11.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events