Versions Compared

Key

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

...

The documents below demonstrate examples both in Word and Excel templates that iterates over the issue's changelogs.
word.pngIterating_Issue_History.docx
Iterating_Issue_History.xlsx

...

Code Block
titleExpand to see the sample code
collapsetrue
#{for links}
   ${Links[n].AppType}
   ${Links[n].LinkType}
   ${Links[n].Key}
   ${Links[n].Summary}
   ${Links[n].URL}
#{end}
 
or
 
#{for <VariableName>=LinksCount}
   Content and Linked Issue Mappings. Example: ${Links[VariableName].Field}
#{end}

Note:  When the link you are iterating is of AppTypes External Jira or Confluence, the name is obtained using the Summary property.
The documents below demonstrate examples both in Word and Excel templates that iterate over linked issues.
word.pngIterating_Issue_Links.docx
Iterating_Issue_Links.xlsx

...

Code Block
titleExpand to see the sample code
collapsetrue
#{for labels}
   ${Labels[n].Name}
#{end}
 
or
 
#{for <VariableName>=LabelsCount}
  ${Labels[VariableName].Name}
#{end}

The documents below demonstrate examples both in Word and Excel templates that iterates over the issue's labels.
word.pngImage ModifiedIterating_Issue_Labels.docx
Image ModifiedIterating_Issue_Labels.xlsx

...

The documents below demonstrate examples both in Word and Excel templates that iterates over the the parent issues.
word.pngIterating_Issue_Parents.docx
Iterating_Issue_Parents.xlsx

...

The documents below demonstrate examples both in Word and Excel template templates that iterates over the issues in epic.
word.pngIterating_IssuesInEpic.docx
Iterating_IssuesInEpic.xlsx

...