I have a Insight custom field "Product DEV" set up in a project screen. I need to configure it so that it returns products according to the country of Insight custom field "Company(SUPP)" (customfield_13313) value of issue. I have a "Prices with serial track" (Id=442) object type with an attribute called "Country". Country can be as an example "Finland" or "Norway" etc.
So, when the user is creating a new issue, he will choose a company from Insight custom field "Company(SUPP)" (which has a Country associated to it). He will then click on Product DEV dropdown menu and that should only show products that belong to the country of the previously selected Company(SUPP).
Here is my configuration for: Product DEV (customfield_13602):
I have tried these filter issue scopes, such as:
The result of any of these is that in issue creation Product DEV tells me there are no matches. What might cause the filter to not work?
You want to make sure you are not comparing apples to oranges.
My read is that "Country"."Name" will be the string value of the Name attribute on the Country object.
And ${customfield_13313.Country} will be an object representing the county.
Is that correct?
Maybe you can share a bit more about your two object types, their list of relevant attributes, and what type those are
If the Country attribute on objectType 442 is an object reference and the Country attribute on the object type associated with Company(SUPP) is also an object reference then one of the following IQL might work.
Compare object to object:
Compare string to string:
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.