I am trying to use the Jira REST API to submit issues. This answer gives a POST method to submit issues how to create an issue in jira via rest api? Is there a way to integrate POST with html so you could submit things from a webpage? If this is not possible, is there another way to create jira issues from a webpage?
I initially tried using the issue collector but it does not offer enough flexibility. We are trying to have three required fields that combine to form the description, much like how the first example feedback from in the issue collector has a rating and then "what did you like" "what did you not like" boxes.
Sorry this question was initially rather unclear.
Thank you!