Several Plugins are getting disabled when we uninstall the JSM package

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Issue Summary

      This is reproducible on Data Center: (yes)

      When we uninstall the JSM via GUI, and reinstall it several plugins got disabled, and some troubleshooting steps we have in other bug issues can delay the assistance, troubleshooting, and upgrades on environments.

      Steps to Reproduce

      1. Go to COG > APPLICATION > Click the Uninstall link
      2. As an example of a problem, the "Legacy Automation" will be disabled in the "Project settings". 
      3. Performing a query in pluginstate table, SEVERAL plugins will be disabled and even after reinstallation, they will persist dormant, even if we do a clear restart in the instance.

      Expected Results

      As a Jira admin, if we uninstall the JSM package for whatever reason, the plugins should be persistent and keep "enabled" as per default

      Actual Results

      select * from pluginstate; is showing the following

      Workaround

      1. Stop the Jira
      2. Run the SQL below
        DELETE FROM pluginstate;
        
      1. Start Jira

              Assignee:
              Tripta Kaur
              Reporter:
              Jose Filho
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: