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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.