You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.