---
title: "[Xporter/DocGen] Repeated text in for issues"
canonical: "https://docs.getxray.app/space/ProductKB/46268432/%5BXporter%2FDocGen%5D%20Repeated%20text%20in%20for%20issues"
format: markdown
---
This article will help you to avoid getting repeated text in for issues.

## Step-by-step guide

<span style="color: #172b4d">This happens in bulk export, because the text is printed for every issue in the bulk list, to prevent this</span>, you need to surround the repeating information with this code:

```
#{if (%{'${BulkIssueIndex}'==0})}
...Text to only appear one time...
#{end}
```

Preview:

![image](media://89a87bfc-ab83-434a-8877-871b933923c9)


## Related articles



> Macro (contentbylabel)

> Macro (details)
> 
> | **Related issues** | > Macro (jira) |
> | --- | --- |