Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-5379

Deleting an issue does not remove its OS_CURRENTSTEP records

    XMLWordPrintable

Details

    Description

      When an issue is deleted, associated OS_CURRENTSTEP and OS_HISTORYSTEP records are not deleted. This can be shown with the query:

      select OS_CURRENTSTEP.ID
      from OS_CURRENTSTEP left join jiraissue
      on OS_CURRENTSTEP.ENTRY_ID=jiraissue.WORKFLOW_ID
      where jiraissue.WORKFLOW_ID is null;

      And _PREV step tables.

      Attachments

        Activity

          People

            Unassigned Unassigned
            7ee5c68a815f Jeff Turner
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: