Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On the third exercise, you'll learn how to export information from multiple issues on at the same template.

Starting up, we are going to create a new Filter for the JIRA issues you want to export.

Info

In order to create a Filter, first you must go to Issues -> Search for issues, switch to Advanced and input add a JQL statement (e.g. Project = Academy) and save it as a Filter with a name of your choosing.

...

The fields with the notation to be used on our template are listed below.

Code Block
titleExpand to see the sample code
collapsetrue
   ${FilterName}
   ${FilterJQL}

...

Info

The Break pages option allows the user to control if and when page breaks are made while exporting multiple issues.

For instance, 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 select a template of that type.

Below there is a sample of how the mappings will be displayed in a Word template:

...

Info

If you like this exercise, please share your opinion on the page just leaving a comment or a (thumbs up) Like. Your opinion is very important to us and to all the people interested in our Add-on. Thank you in advance.

...