Hi @GabrielaGut ,
eazyBI doesn’t import comments by default, but you can get the information about comments using a JavaScript calculated field .
See an example here about how to get a comment count:
Hi @chrischarles2002 ,
In the mentioned community post Calculating the number of comments , is an example of how to import comment count using JavaScript calculated custom fields .
To count comments by each author, you may modify JavaScript code. To do this, declare that each issue might have a set (array) of user names who have commented on it and comment count accordingly. To represent names of comment authors in eazyBI, you may use some existing dimension which contains user names, like, Assi…
Or here is an example on the eazyBI documentation page on how to get the last comment:
https://docs.eazybi.com/eazybi/data-import/data-from-jira/jira-custom-fields/javascript-calculated-custom-fields#JavaScriptcalculatedcustomfields-Lastcommentforissue
best,
Gerda // support@eazybi.com
1 Like