---
title: "Xporter 6.7.0"
canonical: "https://docs.getxporter.app/space/XPORTER/1412573/Xporter%206.7.0"
format: markdown
---
**19 April 2021**

The Xporter for Jira team proudly announces the release of **Xporter 6.7.0**. This point release contains several new features and bug fixes.

> ℹ️ 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, datacenter) from the [releases page](https://marketplace.atlassian.com/apps/891368/xporter-export-issues-from-jira/version-history).


![image](media://e65dbcc1-4971-467d-9336-307b0a3ed9b8)

## Highlights for this Release

### Improvements on Export Dialog

Now in Xporter, it is possible to filter search directly from the name. This change can be used in:

- Selecting the Templates.
- Selecting the Output Format.
- Selecting the Break Page Type.
- Agile Boards Context.

This change can be seen in:

- Single Issue Export.
- Bulk Export.
- Adding/Editing Scheduled Reports.
- Worklows.

### Iterating over Issues in an Epic

<span style="color: #4d4d4d">Xporter allows you to export all issues in an Epic. From now on,</span><span style="color: #4d4d4d"> </span><span style="color: #4d4d4d"> </span><span style="color: #172B4D">users will be able to iterate over all the issues in the epic and the respective information of each one.</span><span style="color: #4d4d4d"> </span>

```
#{for n=IssuesInEpicCount}
   Issue Key: ${IssuesInEpic[n].Key}
   Summary: ${IssuesInEpic[n].Summary}
   Issue Type Name: ${IssuesInEpic[n].IssueTypeName}
   Issue Description: ${IssuesInEpic[n].Description}
   Epic Link Key: ${IssuesInEpic[n].Epic Link.Key}
#{end}
```

### User Experience improved on the Scheduled Reports

#### List of Scheduled Reports

Xporter has prepared a new experience for managing Scheduled Reports.

With the new interface, you can:

- Search the scheduled report by name or by the user.
- Change the order of the scheduled reports by sorting the column.
- Have the possibility of enabling and disabling the scheduled report by clicking the toggle.
- Have pagination - allows you to define the number of scheduled reports per page.
- Have the scheduled reports will be shown in alphabetical order.
- Have errors and warnings of the scheduled report will appear first in the listing.
- Have the possibility of filtering the scheduled report by status( enabled or disabled).
- Have the icons representing the input and output format.
- View the full name of the author of the scheduled report.

#### Add / Edit Template

We have changed the add/edit scheduled reports page.

## 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>