Accessing the old issue key of a subtask after it is moved to another project results in an Issue Does Not Exist error

お困りですか?

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

コミュニティに質問

症状

After moving a parent issue with a subtask, the user is unable to access the old issue key of the moved subtasks.

When trying to open the old issue key (e.g. http://yourjira.com/browse/TEST-21), the following error message will be displayed:

Issue Does Not Exist

The issue you are trying to view does not exist.
If you think this message is wrong, please contact your JIRA administrators.

Running the query below in the database won't return any values (replace <OLD_ISSUE_KEY> by the old sub-task issue key):

SELECT * FROM moved_issue_key WHERE old_issue_key = <OLD_ISSUE_KEY>

原因

This problem is caused by the following bug, fixed in JIRA 6.2:  JRA-42526 - Getting issue details... STATUS

ソリューション

最終更新日 2018 年 11 月 2 日

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

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