Sometimes, you may want to export multiples issues using the same template.
In order to Bulk Export, first you must go to Issues -> Search for issues, switch to Advanced search and input a JQL statement (e.g. status = Resolved) and save it as a Filter.
Then, with that Filter selected, on the top of the search bar go to Export -> Xporter for JIRA. A new view will be displayed, where you can choose the Template, Ouput format and Break pages type - the Never makes all the issue contents to be displayed in a continuous text, while the other options make the generated document contain the section breaks of your choosing. (XLSX Templates can't have break pages, so that option isn't displayed for templates of that type).
The mappings in use will display, when bulk exporting, the name of the Filter as well as its JQL statement, and they areHere you'll be going to be learn how to populate your Issue Issue Type, Priority and Status on an Xporter generated file. The mappings in use will be:
Activity Fields | Description |
---|---|
IssueTypeName | The issue type |
Priority | The issue priority |
Status | The issue status |
FilterName | Current Filter Name used to search Issues. |
FilterJQL | Current JQL used to search Issues. |
Code Block | ||||
---|---|---|---|---|
| ||||
${IssueTypeNameFilterName} ${Priority} ${StatusFilterJQL} |
Below there is a sample of how the mappings will be displayed in a Word template:
...