How to create a filter to get a component field last change in EazyBI?

Marcelo Ferrarezi da Silva August 4, 2016

Hi,

I'd like to know how I can create a filter to get the last change of the component field as a custom field in EazyBI.

I tried:

Case when
([Measures].[Issue Component]) = 'X'
then
Tail(Filter([Time].[Day].members,
([Measures].[Issue Component]) = 'X'
)).Item(0).Name
end

But this filter return the issue created date

Thx

1 answer

0 votes
eazyBI Support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 8, 2016

Hi Marcelo,

Component changes are not imported in eazyBI. Also, as Components is a multiple value field, it is not allowed to import value changes of this field.

It would be possible to precalculate the last date when the changes of Components field had happened in the additional custom field (without splitting by particular components) and import in eazyBI (as a measure or issue property, regarding of your further needs). You could use JIRA Misc scripted fields for that, for example. Here is a link to eazyBI documentation page how to import JIRA Misc fields in eazyBI: JIRA Misc custom fields

For more detailed assistance, please, contact support@eazybi.com .

 

Ilze, support@eazybi.com

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events