JIRA is Still Sending Emails Even Though the atlassian.mail.senddisabled=true Flag is Set to True
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
Adding the flag -Datlassian.mail.senddisabled=true to the JVM should prevent JIRA to send any notification. However, JIRA still sends emails.
原因
Some JVM flags will not be read properly if there is a trailing space at the end of the flag. Also, some particular applications require a separate line for each JVM flag.
ソリューション
Use separate lines for each mail flag as some particular applications require to use a separate line for each JVM argument
If each JVM flag is separated by each new line, eliminate any trailing spaces after each flag. In other words, make sure that there is no space after the flag
-Datlassian.mail.senddisabled=true
この内容はお役に立ちましたか?