I've been trying to create a new issue linked to a parent issue by generating an HTML link, based on the guide here: https://confluence.atlassian.com/display/JIRAKB/Creating+Issues+via+direct+HTML+links
HOWEVER, JIRA seems to be ignoring the issue key, even though it's valid. The URL I'm using is this:
<base-url>/secure/CreateIssueDetails!init.jspa?pid=10101&issuetype=1&summary=hello&reporter=<reporter>&issuelinks-issues=LA-144&issuelinks-linktype=blocks
Interestingly enough, when I pass an INVALID issue key, it adds it to the list box and then complains that the issue key does not exist:
<base-url>/secure/CreateIssueDetails!init.jspa?pid=10101&issuetype=1&summary=hello&reporter=<reporter>&issuelinks-issues=yo&issuelinks-linktype=blocks
Generating this error:
Screenshot 2015-11-19 11.25.34.png
So obviously I have the right query parameters!