Dear all,
I'd like to make a custom HTML link which triggers creation and submission of new issues in Jira. In other words:
- users click the link (which contains necessary parameters)
- users do not see the Jira issue creation form, they do not need to click 'Submit', and a new issue is created
I feel I am close when reading:
https://confluence.atlassian.com/jirakb/how-to-create-issues-using-direct-html-links-in-jira-server-159474.html
But this documentation indicates:
The issue is not created until the user submits the form, which includes a validation check to confirm the field values are correct.
Is there a workaround to overcome this limitation? I've already been through:
https://community.atlassian.com/t5/Confluence-questions/Create-Jira-issue-with-preassigned-component-using-link-does-not/qaq-p/1168145
https://community.atlassian.com/t5/Jira-questions/quot-Reporter-is-required-quot-error-on-JIRA-Create-Issue-screen/qaq-p/360318
But did not find a solution.
Thank you,