Forums

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

JIRA REST api using cURL and cmd question

Shane Corley March 23, 2016

Hi,

I just installed curl and I'm trying to create a JIRA issue from cmd but I'm having issues. I altered the example request from Atlassian and used this in cmd:

curl -k -D- -u fred:fred -X POST --data { "fields": { "project": "IT Asset Management" {"key": "TEST599"}, "summary": "REST ye merry gentlemen.", "description": "Creating of an issue using project keys and issue type names using the REST API", "issuetype": {"name": "App:Unknown"}}} -H "Content-Type: application/json"  (our JIRA server)/rest/api/2/issue/ 

 

This is the error I am getting:

curl error.PNG

 

What's going on?? Thanks!

2 answers

2 votes
Chad@ Norwood
Contributor
December 28, 2016

You need a single quote around your data.  Command should look something like this:

curl -k -D- -u fred:fred -X POST --data '{"fields": { "project... }'
0 votes
Shane Corley March 23, 2016

If I try to ping (my JIRA server)/rest/api/2/issue/ I don't get anything. This is the url it says to use on the example Atlassian uses to create an issue with cURL tho..

https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-create-issue

RJ Kelly June 1, 2018 edited

I tried single quote and the back-tick and neither worked. I dug around enough and found that all the examples are generally using "--data @FileName.txt" :

 

curl -u admin:admin -X POST --data @data.txt -H "Content-Type: application/json" http://localhost:8080/jira/rest/api/2/issue/

 

I tried double-quotes to escape, and even \" and nothing worked with curl. I would highly suggest making the data into a  file that can be referenced like above.

 

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, mindful member, mindful member badge, atlassian community, community kudos, community giveaway, atlassian swag, community values, empathy and kindness, badge challenge, atlassian learning, community engagement, swag giveaway

Earn a Badge, Win a Prize 🎁

Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!

Start here
AUG Leaders

Atlassian Community Events