DATA CENTER AND SERVER | CLOUD
Advanced Export Examples
Hierarchical Word document structure of a R4J tree
Example:
Project : [[$selectedProject.name]]
[[\each $selectedTreeFolder]]
[[\recurse $.folders]]
[[\levelheading $.numbering + “ “ + $.name]]
Folder Description : [[$.description]]
Issue under folder:
[[\recurse $.folderissues]]
[[\levelheading “Issue : “ + $.key + “ – “ + $.summary]]
Key : [[$.key]]
Description : [[$.description]]
[[/levelheading]]
[[/recurse]]
[[/levelheading]]
[[/recurse]]
[[\recurse $.folderissues]]
[[\levelheading “Issue : “ + $.key + “ – “ + $.summary]]
Key : [[$.key]]
Description : [[$.description]]
[[/levelheading]]
[[/recurse]]
[[/each]]
Hierarchical Word document structure with folder contents preceding issues
Example:
Project : [[$selectedProject.name]]
[[\each $selectedTreeFolder]]
[[\recurse $.folders]]
[[\levelheading $.numbering + “ “ + $.name]]
Folder Description : [[$.description]]
[[\recursehere]] [[/recursehere]]
[[\recurse $.folderissues]]
[[\levelheading “Issue : “ + $.key + “ – “ + $.summary]]
Key : [[$.key]]
Description : [[$.description]]
[[/levelheading]]
[[/recurse]]
[[/levelheading]]
[[/recurse]]
[[\recurse $.folderissues]]
[[\levelheading “Issue : “ + $.key + “ – “ + $.summary]]
Key : [[$.key]]
Description : [[$.description]]
[[/levelheading]]
[[/recurse]]
[[/each]]
Result (in fixed font for indentation, empty lines to align with side, direct issue(s) under selected folder)
Project : Sand Castle
1 USER STORIES
Folder Description :
Issue under folder:
ISSUE : TST-1 – Test Step 1
Key : TST-1
Description : Open Browser
ISSUE : AG-1 – ISSUE IN THE EPIC
Key : AG-1
Description : Epic Top level issue
1.1 TIMMY
Folder Description :
Issue under folder:
ISSUE : SC-1 – SANDCASTLE SIZE
Key : SC-1
Description : I want my castle to be as big as the moon!
ISSUE : SC-2 – TOWERS
Key : SC-2
Description : The castle must have *that* many towers
ISSUE : SC-3 – ACCESS
Key : SC-3
Description : No girls are allowed close to it...
1.2 JENNY
Folder Description :
Issue under folder:
ISSUE : SC-6 – CASTLE SIZE
Key : SC-6
Description : I want my castle to be as big as *two* moons!
ISSUE : SC-7 – CASTLE RESIDENTS
Key : SC-7
Description : With my tinker bell doll the castle will be the mostest beautifulest around
ISSUE : SC-8 – DECORATION
Key : SC-8
Description : Look at that shiny shell...I want it on top!
ISSUE : SC-9 – ACCESS
Key : SC-9
Description : That ... (Timmy, RE's note) smashed my old castle....I don't want him around!
2 SYSTEM REQUIREMENTS
Folder Description :
Issue under folder:
Issue : TEST-10 – Building Materials
Key : TEST-10
Description : Substances and objects are allowed as material for the construction of the castle
Result (in fixed font for indentation, empty lines to align with side, direct issue(s) under selected folder)