I tried to set up the configuration below to import linked issues to eazyBI: https://docs.eazybi.com/display/EAZYBIJIRA/Import+issue+links
However after I added the "measure=true" parameter, eazyBI stopped working with the error message: SQLServerException: Comumn "customfield_issuelink" in table "dwh_2.jira_issues" is of a type that is invalid for use as a key column in an index.
I removed this piece of code, but I'm still not able to create or run any reports after this...Any help would be much appreciated, thanks.
We do not recommend to import issue links as a measure. The error was caused because issue link is a string and can not be used as a measure.
In situations like this, you should go to import options and deselect "Import as measure" for the link. Then run data import. In the result, incorrect data would be deleted.
In advanced settings, remove the line "measure = true" as well to protect other users from selecting an invalid measure for data import.
However, you may import issue links as dimension and as property. If you would like to get a count of links for each issue in a report, you may define a new calculated measure.
Your formula may look like this:
Nonzero(Count( [Issue].[Issue].getMembersByKeys( [Issue].CurrentMember.get('Linked issues')) ))
, where instead of 'Linked issues' you should use your linked issue custom field name.
Regards,
Zane / support@eazybi.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I created a new account to have eazyBI up and running, it was a mistake trying to import it as measures.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.