Degraded performance Customers may experience intermittent errors using Community search. Our platform vendor is investigating.
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreAtlas Camp is our developer event which will take place in Barcelona, Spain from the 6th -7th of September . This is a great opportunity to meet other developers and get n...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.