"There are no subversion log entries for this issue yet" shown in the Subversion Tab
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
問題
After installing the Subversion Plugin and performing commits, the "There are no subversion log entries for this issue yet" message shown in the Subversion Tab. All new commits doesn't show in the entire instance.
診断
- All Subversion configuration is correct
- Using a custom Project Key Pattern (General Configuration > Advanced Settings > jira.projectkey.pattern)
原因
The regex for Project Key Pattern is causing problems.
回避策
The workaround consists of reverting the issue key back to it's default value to ensure that the Subversion Plugin works
- Make sure that all projects are using the default project key (Only Letters). If there is any using a custom project key, change it to use the default format
Revert the value of jira.projectkey.pattern to it's default value of ([A-Z][A-Z]+)
- Remove the <JIRA Home>/caches/indexes/plugins/atlassian-subversion-revisions subdirectory
- Let Subversion rebuild it's index
Custom regex do work. If you insist on using custom project key patterns, test the regex you plan to use to make sure it doesn't cause any problems with the Commits. If it is causing problems for the commit, create a different regex for the same pattern