Good day,
We would like to create our own Jira Issue Template and show the modal 'Provide Feedback' applying the styles of our application. Here there is a question, is it possible to use API of Jira and just use the JIRA endpoints to create the ticket in Jira? Does anybody have such experience? I haven't found a documentation about it? I will really appreciate your help. Thank you.
I have written a plain JS helper for Issue form creation see
https://github.com/baloise/Confluence-Plus/blob/gh-pages/JiraIssueForm.js
Maybe one day I should add some documentation ;-)
Yes it is certainly possible. I've written one in C# for my company which has been used for the last two years.
Here is the documentation for the Cloud API.
My recommendation would be to start small and build it up i.e. try just GETting the details of one issue first, so that you know that your connection to Jira is working, then start POSTing to create an issue.
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.