---
title: "Xporter 5.8.0"
canonical: "https://docs.getxporter.app/space/XPORTER/1409104/Xporter%205.8.0"
format: markdown
---
The Xporter for Jira team is excited to announce the release of **Xporter 5.8.0**  
**This version includes major performance improvements and adds compatibility with the newest version of JIRA 8.0.**

> ℹ️ **Great news**
> ℹ️ 
> ℹ️ Xporter 5.8.0 is 100% compatible with JIRA 8.0. Note: If installing manually from the Atlassian Marketplace, please make sure you install the correct asset for your Jira version (i.e. 7.x, 8.x, data center) from the [releases page](https://marketplace.atlassian.com/apps/891368/xporter-export-issues-from-jira/version-history).

![image](media://2af7c081-3c34-470a-b6c9-8eda2fe7bec6)

## Highlights from this release

### **Support for Jira 8.0**

Xporter 5.8.0 is 100% compatible with the brand new Jira 8.0 and all Xporter features have been successfully validated.

### Improvements with Xray Integration

#### Print Test Runs of a Test which belongs to a Test Plan

<span style="color: #000000">Now it's possible to extract information from test runs directly from a Test inside of a Test Plan. With this new feature, it's not necessary t</span><span style="color: #000000">o iterate over Text Executions and find the correct Test Run to print the related data.</span>

This Xporter version provides you a way to get Test Runs information printed on the Test Plan level. Take a look at the following example.

```
#{for c=Tests[n].TestRunsCount}

//Getting Text Execution data from Test Run:
${Tests[n].TestRuns[c].TestExecution.Key}
${Tests[n].TestRuns[c].TestExecution.Summary}
${Tests[n].TestRuns[c].TestExecution.Test Environments}


//Getting Test Run Data
${Tests[n].TestRuns[c].Execution Status}
#{end}
```

> ⚠️ **Update your templates**
> ⚠️ 
> ⚠️ To get the most out of this improvement we highly recommend you use the latest version of the templates: [Xray Test Plan Basic with Cover Page](http://store.xporter.xpand-it.com/view/67?cats=1&keyWord=plan) and [Xray Test Plan Advanced with Cover Page](http://store.xporter.xpand-it.com/view/68?cats=1&keyWord=plan). If you are us<span style="color: #000000">ing </span><span style="color: #000000">templates from our template store, you </span><span style="color: #000000">must edit them and change the definition in order to use the new feature. </span>

### Performance improvements

Improvements were made in order to make the exporting process faster and more efficient. Previously, we noticed that some issues were detected when users were exporting a large number of data including Xray app data such as Test Plans and Test Executions.

In order to avoid similar situations related to JIRA performance, we recommend you take a look at [this article](https://docs.getxporter.app/space/XPORTER/1409124), which will give you suggestions on best practices for Xporter configuration and usage.

### EXIF metadata of an image is now processed

Images with an EXIF property will automatically be rotated to their correct orientation. Also, a new property was created, letting you choose which behavior to apply to images.

### Autofit property on Excel templates

A new autofit property was created in order to allow users to choose if they want the final document autofitted.

```
${prop(xporter.document.autofit,true)}
or
${prop(xporter.document.autofit,false)}
```

### Define which style to keep on the final document

A new style property was created in order to allow users to choose if they want the final document to use Word or JIRA (data) style.

```
${prop(xporter.document.keep.style,true)}
or
${prop(xporter.document.keep.style,false)}
```

## New Features and Bug Fixes

> Macro (jira)

<details>
<summary>Support/Troubleshooting</summary>

If you have questions or technical issues, please [contact the Support team via the Customer Portal (Jira service management)](https://jira.getxray.app/servicedesk/customer/portal/2/user/login?destination=portal%2F2%2Fcreate%2F28) or [send us a message using the in-app chat](https://docs.getxporter.app/space/XPORTER/23102936).
</details>