Hi,
I am using window.AP.jira.openCreateIssueDialog to create issues via create issue dialog box. I am trying to pass the issue link details as below. But it is not loaded on the dialog. Refer attached screenshot.
Here is how I pass my issuelinks
issuelinks: [{
type : {id: 10001},
outwardIssue: {id: 10037}
}]
Please let me know how to achieve this.