I want to integrate creating issues on JIRA into my application by displaying the form from the JIRA website itself, but I also need a link of the created issue when I click submit. I have tried using the Issue Collector and using Direct HTML links, but I cannot find a way to retrieve the URL of the created issue.
I do not want to create my own form and use REST APIs since I want to provide the JIRA form experience to the customers.
Is there a way to customize the submit button of either of the alternatives such that it meets my needs?