Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

hiddentrue

...

Redirect
Info

Subtasks and linked issues cannot be deleted

Email This Issue version 8.1.1 introduced a bug which made impossible to delete subtasks and linked issues.

After a failed attempt, these issues were not deletable as their internal state was corrupt. It means these issues and subtasks were marked “deleted” but they were not removed from Jira.

They remained not deletable even after a downgrade of the app, hence this workaround was created.

Solution

The solution is to fix the issue state directly in the Jira database

  1. Backup your Jira instance

  2. Execute this SQL UPDATE statement in your Jira database

    Code Block
    update issue_version set DELETED = 'N' where DELETED ='Y' and ISSUE_ID in (Select ID from jiraissue);
  3. You may need to adapt the SQL statement to your database type.

Info

Jira does not have to be shutdown neither to be reindexed.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@25858e
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "PLUG"
labelskb-troubleshooting-article
filename
delay1
locationPLUG:

Thank you for visiting our old product documentation site. Note that we no longer store or update our documentation here.

Please navigate to our new documentation site and update your bookmarks accordingly. If you're looking for the former content of this page, click here.