Though I've figured out, how to link issues to other imported issues in the same Jira-instance:
"links": [
{
"name": "Duplicate",
"destinationId": "FOOO89",
"sourceId": "FOOO88"
}
]
creating Web Links remains a challenge...
Could someone post a functional JSON snippet -- specifying, that issue FOOBAR-17 links to URL http://example.com/ with the rendered text of Example and icon of http://example.com/favicon.ico ?
I have no problem adding such a link by editing the issue in the browser, but automatically importing them through JSON is a different story...
I suppose, I can just insert a bunch of rows into the remotelink-table after the JSON-import finishes. But that seems rather hackish (and unrealiable)...