On the third exercise, you'll be going to be learn how to export information from multiple issues on the same template.
...
Info |
---|
The Break pages option allows the user to control if and when page breaks are made while exporting multiple issues. For instance, while the while Never makes all the issues content to be displayed in a continuous text on the generated file, all the other options make use of Page Breaks to split the issues content according to your preference (e.g. by Project, by Issue Type, etc.), taking into account the way they are currently sorted. Also, XLSX Templates can't have break pages, so that option isn't displayed when you have selected a template of that type. |
The mappings in use are listed on the table below:
Fields | Description |
---|---|
FilterName | Current Filter Name used to search Issues. |
FilterJQL | Current JQL statement used on the issues Filter. |
The fields with the notation are listed below.
Code Block | ||||
---|---|---|---|---|
| ||||
${FilterName}
${FilterJQL} |
...
Below there is a sample of how the mappings will be displayed in a Word template:
...