Double mapping of values during Mantis migration

お困りですか?

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

コミュニティに質問

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

問題

During migration from Mantis to JIRA, the values of a custom attribute in Mantis appeared twice.

診断

The value for the custom attribute appears once in Mantis 

原因

The custom field values are duplicated in the Mantis database

ソリューション


このページの内容はサポート対象外のプラットフォームに関連しています。したがって、アトラシアン サポートではこのページの記載内容のサポートの提供は保証されません。この資料は情報提供のみを目的として提供されています。内容はお客様自身の責任でご利用ください。

Remove duplicated values in Mantis database. To find possible values for specific field, JIRA Importer (JIM) is running SQL query:

SELECT DISTINCT value FROM mantis_custom_field_string_table WHERE field_id=<ID of a field>;
最終更新日: 2016 年 2 月 26 日

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

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