Previous questions like this one have explained how to craft a URL that opens the Create Issue dialog with pre-populated fields. A tangential problem identified in that workflow is that the resulting dialog uses the old editor.
I want to be able to create a pre-filled issue that includes a table in the Description field. Here's the link I've come up with:
https://my-company.atlassian.net/secure/CreateIssueDetails!init.jspa?pid=<pid>&issuetype=1&description=%7C%7C%20SID%20%7C%7C%20UID%20%7C%7C%0A%7C%20%7C%20%7C
What I'd like to see in the Description editor in the resulting dialog is this:
But instead, we get the old editor, like so:
Is there a URL variation that will use the new "create" dialog, instead?