Unrecognized token 'project' when creating new issue
I'm attempting to create new issue via the new API, but I'm having trouble with the syntax it seems.
{
"project": { "id":"77-0"},
"summary":"test",
"description":"test"
}
And in response I get:
400 - Bad request
""Unrecognized token 'project': was expecting ('true', 'false' or 'null') at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 9]""
As far as I can tell, it's the same syntax as this example https://www.jetbrains.com/help/youtrack/standalone/api-howto-create-issue.html#, only difference being I'm using jQuery/AJAX to send it.
Any idea what's wrong?
Please sign in to leave a comment.
Hello,
Would you mind sharing the full request with all headers for us to investigate? If you have any sensitive data there, will free to pixelated it or submit a support request.
I'm looking forward to your reply.