Hi MrPy,
Here is a way on how you can achieve this.
<script type="[COPY FROM JIRA ISSUE COLLECTOR]"></script>
<button type="button" id="myCustomTrigger">Open Ticket</button>
<script>
</script>
<script type="text/javascript">window.ATL_JQ_PAGE_PROPS = {
"triggerFunction": function(showCollectorDialog) {
//Requires that jQuery is available!
jQuery("#myCustomTrigger").click(function(e) {
e.preventDefault();
showCollectorDialog();
});
}};</script>
You should be able to see a button and when clicked, the Issue form will pop up.
Cheers,
Jason
Then you will need to use REST API
https://developer.atlassian.com/server/jira/platform/rest-apis/
Another alternative would be this add-on:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.