Jira DVCS shows wrong URL for commits

お困りですか?

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

コミュニティに質問


プラットフォームについて: 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 は除く

要約

Viewing commits for an organization displays an unexpected URL.


診断

Looking at the URL for any commit, an unexpected URL is displayed. 

You can also check the following two tables in the database to find the organization ID and the URL's associated with the repositories:

select * from "AO_E8B6CC_ORGANIZATION_MAPPING" ; 
select * from  "AO_E8B6CC_REPOSITORY_MAPPING" ;

Results from 'AO_E8B6CC_ORGANIZATION_MAPPING' showing the organization ID as 27:

DVCS_TYPEHOST_URLID名前
githubehttps://github.chris.com27Chris-Lab

Results from the AO_E8B6CC_REPOSITORY_MAPPING table showing the Repository URL and the Organization_ID:

ACTIVITY_LAST_SYNCID名前ORGANIZATION_IDSLUGSMARTCOMMITS_ENABLEDUPDATE_LINK_AUTHORISEDREMOTE_IDREPOSITORY_URL

8038Chris-Commit27Chris Committt
https://github.chris.com/chris-us-test/chris

(lightbulb)Note the URL is 'https://github.chris.com/chris-us-test/chris' when it should be https://github.chris.com/Chris-Lab/Chris-Commit

ソリューション

最終更新日: 2023 年 12 月 29 日

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

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