---
title: Atlassian Insight & Jira Service Management  
---

All runZero editions integrate with ((Jira Service Management)) via an import in ((Atlassian Insight)). runZero asset data is then imported into the CMDB. 

Follow these steps to perform a basic import.

## Step 1: Export runZero asset data 

You can export data using the **Export** button from the runZero inventory or the Export API. 

The following are sample commands for the export API that include common export fields but omit the tags field. You must replace the token `ETxxx...` with your account's export token from the [Inventory export API page](https://console.runzero.com/inventory/export_api). 

For a CSV export, use this command (one line): 

```
curl -o "assets.csv" -H "Authorization: Bearer ETxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 
  "https://console.runzero.com:443/api/v1.0/export/org/assets.csv"
```

For a JSON export, use this command (one line): 

```
curl -o "assets.json" -H "Authorization: Bearer ETxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 
  "https://console.runzero.com:443/api/v1.0/export/org/assets.csv"
```

<div class="alert alert-warning">
<svg class="alert-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
<div class="alert-body">
<strong>
Atlassian Insight </strong> does not accept any attribute longer than 255 characters and will produce errors if you are trying to import a file that contains longer fields. If you are seeing such errors, you may need to either trim or omit the fields.
</div>
</div>

## Step 2: Import data into Atlassian Insight

You must use Jira Service Management Premium or Enterprise and have Atlassian Insight installed for the following steps to work. 

1. In Jira Service Management, go to the Insight menu and click the **+** sign to create an object schema. 

2. Name the object schema. In our example, we're calling it `Assets`. 

3. Click on **...** next to the object schema and choose **Configuration**.

4. Go to the **Import** tab.

5. Click **Create Configuration**.

![Jira Service Management - Create import configuration](img/atlassian-1-2x.png)

6. Choose CSV or JSON, depending on your previous export and click **Next**. 

7. Enter the name for your import. 

8. In the **Concatenator** field, enter `\s`.

![Jira Service Management - Create import configuration 2](img/atlassian-2-2x.png)

9. Scroll down and click **Next**. 

10. Choose the file you have previously exported form runZero. 

![Jira Service Management - Create import configuration 2](img/atlassian-3-2x.png)

11. Click **Save Import Configuration**. 

12. Click **Create predefined Insight structure** and wait for the task to finish. 

13. Click **Create predefined configuration** and wait for the task to finish. 

![Jira Service Management - Create import configuration 3](img/atlassian-4-2x.png)

14. Close the window. You will see a new entry with your configured import on the page. Click the settings cog and select **Execute Import**. 

![Jira Service Management - Execute import](img/atlassian-5-2x.png)

15. Click **Import**. 

![Jira Service Management - Confirm importing](img/atlassian-6-2x.png)

16. Your import was successful. Close the window. 

![Jira Service Management - Finished process in action](img/atlassian-7-2x.png)

If you are seeing the following error, one of your fields is longer than 255 characters. Manually trim the field to 255 characters or delete the field to successfully import your assets. 

![Jira Service Management - Import error](img/atlassian-error-2x.png)

## Step 3: View your imported assets 

1. In Jira Service Management, click on the Insights. 
2. Click on your object schema.
3. Click on assets to view details. 

![Jira Service Management - Imported assets](img/atlassian-8-2x.png)
