Javascript: issue.changelog.histories incomplete?

Dear all,

I’m currently debugging an issue where my measure is not calculated correctly. I boiled it down to the field issue.changelog.histories being of incorrect lenght in eazyBI (47 items) vs. the original REST response from the same server (97 items).

eazyBI

image

vs. REST

image

Any hint on how to further debug this?

Best regards,
Tobias

To answer my own question: it seems that eazyBI filters the changelog to contain only elements that are activated as “Import history”.

Hi @thv ,
Yes, that is right, that not all changelog history entries are available. While eazyBI for Jira Cloud can access all history records with Rest API, the eazyBI for Jira Server version can access only a limited part of history records (status transitions, changes in single-select standard fields imported in eazyBI, and logged hours).

See more info here in this community that also provides a JavaScript code for creating a measure for “Activity History”:

best,
Gerda // support@eazyBI.com