I was wondering how can I pre-fill linked issue field with openCreateIssueDialog method. I know there is a second argument containing fields key, where it should be, but I tried multiple ways - passing string, passing stringified array with one string, passing stringified array with object (variety of key sets - from key,value to the whole issue object which comes from the backend on opening issues list). I’m using issuelinks-issues key (also tried issues, issuelinks).
From time to time I’m also having problems with setting issuelinks-linktype field - it usually ends up with selecting the first one. Weird part is that it sometimes works…