The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events