Hi,
I need a create a ticket Automatically from the tool,just by clicking a button.
How to call JIRA API service for creating a ticket.
Please Provide step-by-step explanation.
Hi Praveen,
I am not sure which tool do you mean, but if that tool allows you to send REST request, you could use Jira REST API to create new ticket.
The REST endpoint you want to use is POST at adress: rest/api/2/issue (eg. "http://your-server:2990/jira/rest/api/2/issue").
The best way to test it and check the correct request format is to have a look through the Jira REST API browser (log in to your Jira as admin and then press "." and write "rest", it should find it for you).
Best regards,
Ondřej
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.