servicedesk_automation_default_linktype error thrown when importing project

お困りですか?

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

コミュニティに質問

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

 

問題

When performing a Jira import originating from Jira Cloud to Jira Server, the following error is thrown:

The Issue Link Type 'Problem/Incident' has style 'servicedesk_automation_default_linktype' in the backup, but has no style in the current system

診断

環境

  • XML file is originating from Jira Cloud

原因

This is due to JSD once exist in the Jira Cloud installation.  

It's possible that there were some remnants of Service Management related database values, regardless of if you consumed Jira Service Management or not.

ソリューション

  1.  First, install Service Management in your instance and see if the project import works
    1. To install Service Management, download the obr file from [here|https://marketplace.atlassian.com/plugins/com.atlassian.servicedesk.application/versions], navigate to the *Versions and Licenses* page in Jira, click on the _Upload an application_ link and select the file you just downloaded, and apply the Service Management license
  2. If that doesn't work, perform the following
    1. Stop Jira and generate a backup of your database
    2.  Run the following query against your database
update issuelinktype
set pstyle = 'servicedesk_automation_default_linktype'
where linkname = 'Problem/Incident';

Restart Jira and re-try the import

 

最終更新日 2020 年 11 月 23 日

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

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