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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.