Hi Anton,
If you have every organization in a different objectType then you can filter using objectType. You can also filter using an attribute, something like the attribute "Name" if you have the clients listed using names.
objectType = Organizations AND Name = ${company_name}
Then the custom field will only show results relevant to the organization of this customer.
Cheers!
Nader
Hi, Nader,
I actually solved it using an import job in Insight that is calling the getOrganizations api.
https://docs.atlassian.com/jira-servicedesk/REST/3.6.2/#servicedeskapi/organization-getOrganizations
That data is saved into an hidden field on the customer in Insight. Once it is saved i can filter it using the custom field for organizations:
objectType = Customer AND JiraOrgID = ${customfield_10002}
But thanks for the fast reply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.