I am trying to create an issue via the REST API in Javascript from a custom application. Is this possible?
Where can I find an example of "all the correct params". I am currently getting a failure on the preflight and from my understanding I am constructing the AJAX call correctly
To test out Atlassian Rest API's I would highly recommend using the Rest Api Browser: https://developer.atlassian.com/docs/developer-tools/using-the-rest-api-browser
It lets you understand how to send rest calls to the Atlassian API's before attempting to write them into your own app.
I'm using JIRA cloud so the Rest API browser is not available
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then run Atlassian Cloud locally using AMPS. There are instructions in the Atlassian Connect getting started guide: https://developer.atlassian.com/static/connect/docs/guides/getting-started.html
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.