Show linked issues in the report

Hello,

I want to create table report, where I will see all linked issues to my issue (key and description only).
For importing linked issues I try to use custom javascript code:
[jira.linked_issues]
name = "Links of issue"
outward_link = [“is related to”,“relates to”,“is blocked by”,“blocks”]
dimension = true

and receive the following error:

Execution of custom JavaScript code raised the following error:
ReferenceError: “jira” is not defined.

If I try to import it in a way, described here (https://docs.eazybi.com/eazybijira/data-import/custom-fields/javascript-calculated-custom-fields) I receive the following error:

Execution of custom JavaScript code raised the following error:
unterminated string literal

What can I do?

Hi Anton,

Importing Linked issue dimension is a bit easier than using the JavaScript. Please see more details in a different documentation page about Issue link import: https://docs.eazybi.com/eazybijira/data-import/advanced-data-import-options/import-issue-links. The advanced settings would be something similar to following:

[jira.customfield_linked_issues]
name = "Links of issue"
outward_link = [“is related to”,“relates to”,“is blocked by”,“blocks”]
dimension = true

Lauma / support@eazybi.com

2 Likes