Log files contain error messages requesting manual upgrades to workflow configuration

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

症状

The following error appears in the logs:

Detected reference to Create Job Post-Function in filesystem-configured workflow 'blahblah' for transition 'rhubarb'. Please manually upgrade the configuration for this workflow by updating the post-function <arg name="class.name" /> elements containing 'com.atlassian.jira.plugin.ext.perforce.workflow.CreateJobFunction' to the new namespace: 'com.atlassian.jirafisheyeplugin.perforce.workflow.CreateJobFunction'.

原因

The upgrade task for upgrading Perforce plugin workflows to Fisheye-JIRA plugin 2.0 workflows cannot automatically upgrade workflows loaded from file system xml descriptors at runtime.

ソリューション

Upgrade the workflows manually by locating your JIRA workflow xml files in your JIRA webapp and updating the following elements:

... <post-functions> ... <function type="class"> <arg name="class.name">com.atlassian.jira.plugin.ext.perforce.workflow.CreateJobFunction</arg> </function> ... </post-functions>

to:

... <post-functions> ... <function type="class"> <arg name="class.name">com.atlassian.jirafisheyeplugin.perforce.workflow.CreateJobFunction</arg> </function> ... </post-functions>
更新日時: September 25, 2025

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

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