Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-18109

API to enable or disable plugin modules in bulk.

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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: