Is there a way to always filter out accounts that have the “Customer” account type and keep the “Atlassian” account types.
We are looking to do the same. Any help would be appreciated!
I am using Atlassian SaaS connector, By default I am getting Atlassian type accounts only. You can use filter string to exclude them.
You can add below line in your source under connectorAttributes
"account.filterString": "(accountType != atlassian)"
1 Like