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

API to enable or disable plugin modules in bulk.

XMLWordPrintable

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      The api currently allows us to enable or disable only one plugin module at a time.
      Using this method is slow because each call refreshes the FieldManager and the FieldScreenManager.
      This can be problematic when working with a plugin that has many modules.

      It would be great to have the following methods in the com.atlassian.plugin.PluginController interface:

      com.atlassian.plugin.PluginController
      void enablePluginModules(Collection completeKeys);
      void disablePluginModules(Collection completeKeys);
      

            Unassigned Unassigned
            5eb1523bdb84 Philippe Breault
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: