Forums

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

How to access the JIRA API for Creating a ticket from ASP.NET MVC Application

Praveen Burra
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 23, 2018

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.

1 answer

0 votes
MoroSystems Support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2018

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events