3-Newcomer
March 4, 2026
Solved
Codebeamer 3.2 – Word export: joined test cases not respecting tracker outline order
- March 4, 2026
- 1 reply
- 101 views
Hi all,
I’m working on a Word export report in Codebeamer 3.2 where I want to list Requirements together with their linked Test Cases.
The requirement from the report user is that the Test Cases associated with each Requirement must appear in the same sequence/order as in the Test Case tracker outline (i.e. respecting the tracker’s hierarchy/ordering).
However, this order is not respected in the join when I export to Word. The joined Test Cases appear in a different sequence(issue ID desc) and I haven’t found a way to enforce the tracker outline order.
What I have tried so far:
- Custom field for sequence number
- I created a custom field on the Test Case tracker intended to store the sequence/index from the tracker outline and then use that field for sorting.
- The problem is that this would require a custom API/script to populate and maintain the sequence values, since a computed field does not seem to have access to the item’s position in the tracker outline.
- Including the outline in the second query of the Word template
- In the second query (for the linked Test Cases) I tried to include and sort by the outline field.
- But the outline order still isn’t respected in the final joined result.
- Playing with rendering parameters
- I tried enabling and disabling the rendering parameter
checkbox.ignore.outline. - This did not have any visible effect on the order of the joined Test Cases in the Word export.
- I tried enabling and disabling the rendering parameter
Question:
Is there a known workaround in Codebeamer 3.2 to ensure that joined items (in this case Test Cases) are exported in the same order as in their tracker outline?
Is there a known workaround in Codebeamer 3.2 to ensure that joined items (in this case Test Cases) are exported in the same order as in their tracker outline?
For example:
- A recommended way to sort joined items by outline or by a stable “sequence” field?
- A known limitation/bug in 3.2 regarding outline order in Word exports?
Any hints, best practices, or template examples would be greatly appreciated.
Thanks in advance!

