You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I am working on setting up an export template in excel using Xporter for a test plan (include executions, evidence attached, new features linked to tests, and any defects created from the test). The issue I have right now is there is one field (a custom field) I want to export, that is not working. I am able to export other custom fields by just calling the field name, ${wiki:TestExecutions[n].TestRuns[a].Links[r].Defect Severity} works for example for our "Defect Severity" custom field, but when I do the same with this field below, it is blank.
The field name that is causing issues is "Customer Fix Priority (CFP)" and my guess is the parentheses are what's causing the issue. So is it possible to circumvent this or just use the custom field ID rather than the name?