Password change with existing mail server setup is not taking effect

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

Change Password option in Outgoing SMTP mail server doesn't update the authentication credential password:

環境

Jira 8.10.1 以降

診断

Editing the existing SMTP mail server in Jira does not update the mailpassword value in mailserver database table.
Bug ticket for outgoing mail server –  JRASERVER-71867 - Getting issue details... STATUS

Bug ticket for incoming mail server –  JRASERVER-71771 - Getting issue details... STATUS

回避策

  • Delete and re-create the mail server with the new password.
    OR
  • Update the base64-encoded-password into the database table, e.g:

    UPDATE mailserver SET mailpassword='<base64-encoded password>' WHERE name = '<mail server name in Jira>';



最終更新日: 2021 年 1 月 9 日

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

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