How to create a report that shows an internal comment on a certain transition

Hi @Sdemidow,

Issue history status transition and commenting are separate changes.
The status transitions are already imported into eazyBI (Import issue change history), but not the comments. You can also import the Internal comments in eazyBI, along with the date when and who commented on the issue.

Here are community posts on how to import comment count on issues by users and dates:

Information, whether the comment is internal or external, is not available on the issue by default, so you can update the code and add an additional check if it is internal. For this, use the getDocument function to call REST API and find the comment details; here is an example:
Last Internal comment - #2 by zane.baranovska.

When the comment count by a user is imported, you can add thsi measure to the report to see how many of the currently answered issues have internal comments and specific status transitions on the same day.

Best,
Zane / support@eazyBI.com