Providing Atlassian Authentication App data to Support (Jira, Bamboo, Bitbucket, Confluence Server and Data Center)
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
要約
When contacting Atlassian Support about the Authentication App you may need to share additional information on the ticket.
This document describes which information to collect and share with Atlassian Support.
ソリューション
1. Collect generic configuration running the following SQL query.
Confluence query
select *
from bandana
where bandanakey like 'com.atlassian.plugins.authentication%';
Jira query
select pe.property_key,ps.*,pt.*
from propertyentry pe
left join propertystring ps on pe.id = ps.id
left join propertytext pt on pe.id = pt.id
where pe.property_key like 'com.atlassian.plugins.authentication%';
2. Collect configuration details about each authentication method by running the following SQL query.
select *
from "AO_ED669C_IDP_CONFIG";
3. Generate a Support Zip file.
If running a Data Center cluster, generate the file from just one of the nodes – the support engineer may ask later if the files from all nodes are required.