i’m trying to get the “issuelinks” as custom field and I didn’t succeed.
I’m using the following code: var customfield_RDissuelinked; if (issue.fields.issuelinks && issue.fields.issuelinks.length > 0) { var issuelinks = issue.fields.issuelinks; for (var i = 0; i < issuelinks.length; i++) { var issuelinked = issuelinks[i]; if (issuelinked.type) { if (issuelinked.type == 'is caused by') {customfield_RDissuelinked = issuelinked.inwardIssue.key;} } } }
and I have the following fields structure in the ticket:
There is no need for a JavaScript field when defining the Issue link (Import issue links - eazyBI for Jira). You should be able to do it with the following advanced settings
On the left side I have the outward issue and on the right side the linked issue caused by the issue on the left side.
I would like to be able to get the following values:
the priority on the left side - “name” : “Highest”
the labels values and the “customfield_11134” - “value”: “TITAN LIVE” from the right side.
Thank you for your answer.
I have tried to use the “Issue link field dimensions” but I have to to admit that I do not see what value to set for issue_id_column = “epic_id”, what should be the “epic_id”.
Please take a look at this last example with the Feature label: Issue link field dimensions - eazyBI for Jira.
Once you have a link dimension specified, you can use it’s id in the definition. From what we discussed here, it would be similar to this: