Subtasks Set to Null due to 'Field Issuetype No Issue Type Selected'

プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム

この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。

*Fisheye および Crucible は除く

症状

Search results in the Issue Navigator are erroring and not displaying any results. Errors like the following appear in your logs:

2009-06-10 08:10:32,258 http-443-Processor44 WARN [workflow.function.issue.TransitionSubtasksFunction] Field validation error auto-transitioning subtask CXM-957: 2009-06-10 08:10:32,258 http-443-Processor44 WARN [workflow.function.issue.TransitionSubtasksFunction] Field issuetype: No issue type selected. 2009-06-10 08:10:32,383 http-443-Processor44 WARN [workflow.function.issue.TransitionSubtasksFunction] Field validation error auto-transitioning subtask CXM-974: 2009-06-10 08:10:32,383 http-443-Processor44 WARN [workflow.function.issue.TransitionSubtasksFunction] Field issuetype: No issue type selected.

原因

The Subtask Auto-transition plugin (Now Deprecated) is setting the Issue Type column in the jiraissue table to null.

ソリューション

  1. Check if the transition screen that is being auto-transitioned contains issue type. If so, remove it.

  2. To find the issues that have already been set to null, run the following query in the database:

    SELECT jiraissue.pkey, jiraissue.issuetype FROM jiraissue LEFT OUTER JOIN issuetype ON ( jiraissue.issuetype = issuetype.id ) where issuetype.pname is null
更新日時: September 25, 2025

さらにヘルプが必要ですか?

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