curl --request POST --url https://jiradc-cib-cluster02.prod.aws.jpmchase.net/rest/api/3/issue --user email@example.com:<api_token> --header Accept: application/json --header Content-Type: application/json --data {"fields":{"issuetype":{"id":"10000"},"parent":{"key":"epic-jira"},"summary":"Standalone application for release review ticket"},"update":{}}
I am using above curl command to create jira from devshell. I am passing only mandatory field's that are required to create jira. But it failing with authentication error