Versions Compared

Key

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

...

This article will help you to avoid getting repeated text in for issues.

Step-by-step guide

This happens in bulk export, because the text is printed for every issue in the bulk list, to prevent this, you need to surround the repeating information with this code:

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

Preview:

Link for related documentation:

https://confluence.xpand-it.com/display/JIRAXPORTER530/Static+Sections+for+Bulk+Export

Content by Label
showLabelsfalse
max5
spacesProductKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "ProductKB"
labelskb-how-to-article

...