Execution of custom JavaScript code Help

Hello @Mark_Z

Welcome to the eazyBI community!
Well done for getting this far with the issue link import!

When learning about issue link import into eazyBI, I always suggest everyone to start with this excellent community post written by my colleague. It explains with examples on how everything should be done Import issue links as dimension

What I can already tell from the screenshot you sent (thanks for the screenshot!) :

  • you are using the wrong advanced settings. This is the right place where you should define your issue links Advanced settings for custom fields.
  • where you are indicating the direction of the link (relates to), you should be replacing “issue_links” with “outward_link” or “inward_link” depending on which direction you want to look at the link. You can also leave both directions there (but i suggest to verify if indeed “relates to” is both inward and outward link. Usually it is, but your company might have done some adjustments in issue link settings. I am attaching a screenshot from Jira at the end of this post, where you can see the directions of your links

This is how your code might look

[jira.customfield_requirementlink]
name = "Requirement Link"
outward_link = "relates to"
inward_link = "relates to"
issue_type = "Feature"
dimension = true
multiple_values = true

Once you have updated the advanced settings, you will be able to find a new custom field in import options with the name "Requirement Link"​ which you can then import into eazyBI.

Hopefully this helps!

Best wishes,

Elita from support@eazybi.com