in Json body we are sending this,
{
"issuetype":"Epic",
"customfield_10010":"xyz",
"summary": "acb"
}
but getting internal sever error as below:
{
"errorMessages": [
"Internal server error"
],
"errors": {}
}
Hello,
I think you should add the project data to your json. And your json does not look correct. Have a look at an example of such a json here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.