Trello import option unavailable in External System Import

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 user access External System Import, they are unable to view option to import from Trello

診断

Diagnostic Steps

  • Check atlassian-jira.log to verify that the add-on specific to Trello is not disabled during started.
  • Check from Manage add-on page whether there is any disabled add-on.
  • Run the following query to check from database to find any disabled plugin which is related to JIM or Trello:

    SELECT * FROM pluginstate where pluginenabled = 'false';
  • The following may appear in the atlassian-jira.log

    2017-05-05 15:00:38,485 http-nio-8080-exec-19 INFO admin 900x6728x4 t8bhxt 172.16.48.118,0:0:0:0:0:0:0:1 /rest/plugins/1.0/com.atlassian.jira.plugins.jira-importers-trello-plugin-key [c.a.plugin.manager.DefaultPluginManager] Disabling com.atlassian.jira.plugins.jira-importers-trello-plugin

原因

These are the potential causes:

  1. Add-on responsible for Trello export is disabled.
  2. If you are using a Jira version between 8.4 and 8.17, this is due to the fact that Trello Importer is decommissioned starting from 8.4 as part of End of support announcements.
  3. If you are using a Jira version equals to or later than 8.17.0, then this functionality will not show in your system since it was completely removed starting from Jira 8.17.


ソリューション

原因 1

          Resolution 1:

  • Open your Manage add-on page and list all add-on from the add-on option. By default, JIRA only displays user add-ons.
  • Look for any plugin which contains "Trello" in its name.
  • Enable it and try to open your External System Import.
  • If this does not work, please follow the steps below:

  • Resolution 2:

  • Stop your JIRA.
  • Run the SELECT * FROM pluginstate where pluginenabled = 'false'; query in your JIRA's database.
  • Execute the DELETE from pluginstate WHERE pluginkey='<pluginkey of trello plugin from query above>'; query by replacing parameter in "'<pluginkey of trello plugin from query above>".
  • Restart your JIRA and verify whether Trello option is available in External System Import.

原因 2

You may bring back the functionality by enabling the following dark features:

  • jim.feature.show.deprecated.importers
  • jim.feature.show.unavailable.importers

That said, please note that this external importer is no longer supported in your current Jira version so Atlassian Support might not be able to help much in case you run through issues.

原因 3

The functionality was completely removed and enabling the dark features from the resolution for cause 2 will have no effect. In this case, you still can use the JSON export in Trello and import the JSON file in Jira.

最終更新日 2021 年 6 月 7 日

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

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