Link datasource - Jsm assets modal

Note: This component is designed for internal Atlassian development.

External contributors will be able to use this component but will not be able to submit issues.

JSM Assets Configuration Modal Props

The JSM Assets Configuration Modal has additional parameters that are required to fetch data from the API. Below are the props that are unique to the Assets modal.


/** * workspaceId is required along with the schemaId in the context of permissions * to allow specific, configured users to view assets data outside of assets * ex: ari:cloud:cmdb::schema/{workspaceId}/{schemaId} */ workspaceId: string; schemaId: string; /** * assets query language which allows users to perform more advanced searches for assets * see below for more information: * https://support.atlassian.com/jira-service-management-cloud/docs/use-assets-query-language-aql/ */ aql?: string;

Example

JSM Assets Configuration Modal