Error Occured! CURL HTTP Request Failed: Status Code : 400, URL:https://----/rest/api/2/issue Error Message : {"errorMessages":[],"errors":{"issuetype":"issue type is required"}}
I'm guessing you are issuing a "create issue" call, and not giving it a valid issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm use below link
https://github.com/lesstif/php-jira-rest-client#create-issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know php well enough. But it's not the php that is the problem, it's what you are putting in the call with it. Have a look at what you are sending, and check that you are giving it a valid issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.