How do I filter customer accounts, while keeping Atlassian account types during aggregation using the Atlassian Cloud connector

Is there a way to always filter out accounts that have the “Customer” account type and keep the “Atlassian” account types.

1 Like

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