The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

nex-gen projects — how to creat an external Jira Issue collector form

Foxcliffe Hickory
Contributor
February 17, 2022

Can anyone suggest an easy way to create a form outside of Jira that creates Jira Tickets?

Zapier and Google Form? Something that Jira makes pretty difficult to do.

Thanks.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Sachin Dhamale
Community Champion
February 20, 2022

@Foxcliffe Hickory ,

Issue Collector is not available for Next Gen Project 

However you can create your own HTML form and use the  REST API to create issues in that project.

You can also use google form and there you need to use google script https://script.google.com/ which will run the REST API after submitting form. But here you will need someone export.

Thanks,
Sachin

Foxcliffe Hickory
Contributor
March 11, 2022

Thank you for the feedback, Sachin!!!