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

Component is always swapped while being deleted

    XMLWordPrintable

Details

    Description

      When a component is being deleted, it will always be swapped to the component selected in the combo box, ignoring the "Remove component from all issues" option.

      Something has gone wrong with the checking:

      if(swapComponentId != null)
      {
        // ...
      

      It should be doing this instead:

      if(action.equalsIgnoreCase("swap") && swapComponentId != null)
      {
        // ...
      

      Attachments

        Activity

          People

            andreask@atlassian.com Andreas Knecht (Inactive)
            knlee Kay Nny Lee [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: