Supported Component Fields

The Component Exporter supports many fields of a Compass component that can be exported to a CSV file, including custom fields. But there are also fields not supported at the moment. The following list gives you an overview.

Field Support Overview

Field NameDescriptionMulti-Value?ExampleSupported
NameName of a component.NoMy Component
IDID of a component.No5d058ef8-037a-4c89-9820-01c7675385e4✗ Will be added soon.
SlugSlug of a component.Nomy-component-slug
Type IdThe (internal) Compass type id.NoCLOUD_RESOURCE
Type NameThe user-facing name of a type.NoCloud resource
Type Icon UrlThe icon url of a type.Nohttps://cdn.atlassian.net/icon.png✗ Can be added if requested.
DescriptionThe summary/description of a component. Note: This does not include the recently announced More Details section.NoMy example component.
Description - More DetailsThe More Details section of a component description.NoMy example component with additional formatting applied.✗ Can be added if requested.
StateStatus of a component, e.g. active, archived or pending.NoACTIVE
Component LinkLink to a Compass component on a Compass site.Nohttps://example.atlassian.net/compass/component/7c01c2e9-b3f3-4152-862d-e56a266662e3
LifecycleThe lifecycle stage of a component as text, e.g. Active, Deprecated, Pre-release.NoACTIVE
TierThe tier classification of a component as a number.No1
LabelsThe labels applied to a component, separated by the list separator because labels is a multi-value field.Yeslabel-one||label-two||label-three
OwnerThe id of the owner team of a component.No
Chat ChannelsThe chat channel URLs of a component.Yes
RepositoriesThe repository URLs of a component.Yes
ProjectsThe project URLs of a component.Yes
DocumentationThe documentation URLs of a component.Yes
DashboardsThe dashboard URLs of a component.Yes
On-CallsThe on call URLs of a component.Yes
Other LinksThe other links URLs of a component.Yes

Custom Fields

The Component Exporter also supports various custom field types:

Field TypeDescriptionMulti-Value?ExampleSupported
BooleanBoolean field value as text.Notrue
NumberNumber field value as text.No123
TextText field value.NoHello World.
UserThe account ID of a user that is set for a custom field.Noabc123def456
Single DropdownThe value of a selected option from a single dropdown list.Nooption one
Multi DropdownThe value of all selected options from a multi dropdown list.Yesoption one||option two||option three