Linker custom fields not visible after upgrade to JIRA 6

お困りですか?

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

コミュニティに質問

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

症状

In the old version of JIRA, there was JIRA Linker plugin that was used to add custom fields to store links. If an instance with these custom fields is upgraded to JIRA 6.x then these custom fields are no longer visible after the upgrade.

原因

This plugin has been removed from JIRA 5.0 and the functionality has been added to core JIRA. However, there is no custom field type key : 'com.atlassian.jira.plugin.linker:linker' on the new JIRA versions. Hence JIRA is not able to show these fields on the UI.

ソリューション

Here are the steps you can take in order to convert the Linker custom fields to Url custom fields.

  • Jira を停止します。

  • Run the following query in the database :

    update customfield set customfieldtypekey='com.atlassian.jira.plugin.system.customfieldtypes:url', customfieldsearcherkey='com.atlassian.jira.plugin.system.customfieldtypes:exacttextsearcher' 
    where customfieldtypekey='com.atlassian.jira.plugin.linker:linker';
  • Jira を起動します。

Notice that the Linker custom fields are now working again.

最終更新日 2024 年 11 月 25 日

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

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