Components not working for test issue type in eazyBI

Hi, i created a new calculated custom field for component and i can see that component in reports but all components are not showing in report. i assume only components that are in test execution are showing, i want to get components for all test cases.
For example i created a testrunstatus report and selected “Xray Test with Execution” in measure,


here is the custom java code i am using :
Custom JavaScript code
return issue.fields.components;

any suggestions on how to show all components for test issues.

Yes, you are correct. The report will show values by test executions. If you have Components on Tests, you would like to use some formulas.

You already noticed another topic with a similar question with some suggestions on how to get this done.

Daina / support@eazybi.com