Get an internal server error message when trying to create a new issue through REST method

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

問題

After trying to create a new issue through REST API, the following error appears in the terminal:

{
"errorMessages": [
"Internal server error"
],
"errors": {}
}

診断

Start by making sure the json data are valid by referring the tutorial page.

You may also refer to atlassian-jira.log for a more complete error message or likely a java stack trace to help determine the root cause.

Additionally, you can enable HTTP access logs and HTTP dump logs on Logging and profiling page and run a test - this will create atlassian-jira-http-access.log and atlassian-jira-http-dump.log files. Note that this will produce a lot of logging and we advise against leaving it enabled.

原因

The problem is the JSON data are not completely correct or Jira is unable to generate a valid response for the request.

ソリューション

Refer to the JIRA REST API official documentation for more examples.

最終更新日: 2022 年 2 月 15 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.