Get all users from Comments related to issue using Calculated Field

I want to create report to get all users who put comments in issues. Please guide to create calculated field. I created javascript custom field as well but somehow its notworking.

Hi @Umar_Shahzad,

Welcome to the eazyBI community.

Please have a look at the following community post - How many different people have commented in tickets of a project - #2 by ilze.mezite.

Best,
Roberts // support@eazybi.com

@roberts.cacus , thanks for your reply. Is it possible to create simple calculated field (No Javascript) to get only user names who commented w.r.t each issue?

Hey, @Umar_Shahzad! Unfortunately, no. eazyBI doesn’t import comment information by default. Thus, you need to access that information in the Jira issue JSON through JavaScript calculated fields.

Best,
Roberts // support@eazybi.com