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
I have a Jira project and I have some fields that I am populating with Jira Insight objects. The way that it's set up, In the Jira project in fields 1 I put item A and in field 2 I put item B, in field 3 I am getting all the objects that have either item A or item B. In field 3 I would like to have all objects that have both item A and item B instead. I was able to write an IQL query on Insight but I was not able to configure this Jira server. Can someone please help?
Thanks
Matthew
It will be helpful if you post some more specific details.
Are Item A and Item B the same object types?
Does the object Type for objects listed in field 3 point to object A and object B from the same attribute? Or different attributes?
What's your IQL that's currently working in Field 3 custom field? And what's the IQL you were able to make work correctly in Insight?
Do any of your 3 insight field allow multiple selection?
With all this, I might be able to suggest some approach to make this work.
But I suspect ultimately, you'll want an "issue scope iql" in your field 3 configurations to have something like
SomeAttributeName = ${field1} and SomeAttributeName = ${field2}
If you use real terms and explain your business case, it would be even better for helping you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.