Export Jira Service Management Asset data to spreadsheet or word document

Platform Notice: Cloud Only - This article only applies to Atlassian apps on the cloud platform.

Summary

When using the export options in Jira, including Open in Excel, Open in Google Sheets, Export to Word, Print, and so on, Assets custom fields will be empty. Please refer to the feature requests below:

Solution

Export to CSV and import

One important exception to the problems listed above is that the Export to CSV feature does include Assets field data. Therefore, you can export to CSV and then use the file to import into spreadsheets in Excel or Google Sheets, if you'd prefer. Otherwise, you can also follow our instructions to copy Assets field data with Automation.

Copy values using Automation

Using Automation, it's possible to copy the value of the Assets Object custom field to another custom field so the values can be exported correctly when using any of the Export options via the Issue navigator.

Steps:

  • Create a Text Field (single line) or Text Field (read-only) custom field and associate it with the screens.

  • Go to Project settings > Automation > Create rule.

  • When: New trigger(in this example, we will be using the Scheduled trigger).

    • The trigger depends on what is best for your environment. If the Assets fields are filled at the moment the ticket is created, you can use the Issue created trigger.

    • You can also use Scheduled so the automation can run on specific hours or days to update the field or Field value changed in case the Assets fields are constantly updated.

  • New Condition or Branch.

  • New action: Edit issue

  • After selecting the field we will need to add a smart value in order to copy the Assets custom field value to the text field.

    • There are two possible smart values: Using the custom field name or its ID.

      • {{Field Name.Name}}

      • {{customfield_12345.Name}}

  • Find the smart value for a field

  • For the Assets object custom field, it's also possible to find its ID via the Edit Assets objects field configuration.

Please, be aware of the Automation execution limit. If you use the Assets fields in multiple projects and need all of them to get updated, be aware of the limitations. For more details, refer to the documentation How is my usage calculated?

Updated on October 28, 2025

Still need help?

The Atlassian Community is here for you.