Export Assets Object fields to Spreadsheets and Word

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.

Summary

When using the export options in Jira, such as Export CSV, Open in Excel, Open in Google Sheets, Export to Word, Print, and so on, Assets custom fields will be empty.

Cause

API-491 - Getting issue details... STATUS

JSDCLOUD-10824 - Getting issue details... STATUS

JSDCLOUD-11838 - Getting issue details... STATUS

Solution

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:

Example:

  • 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}}  


Examples:


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?



Last modified on Feb 29, 2024

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.