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!