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

Allow for specialized configuration settings when using Dev Mode

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Environment - Java
    • None
    • 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.

    Description

      Currently, Dev mode is noted to do the following:

                  // turn off minification of web resources, available from plugins 2.3 onwards
                  setDefault("atlassian.webresource.disable.minification", "true");
      
                  // disable mail
                  setDefault("atlassian.mail.senddisabled", "true");
                  setDefault("jira.trackback.senddisabled", "true");
                  setDefault("atlassian.mail.fetchdisabled", "true", "atlassian.mail.popdisabled");
      
                  // disable caches
                  setDefault("com.atlassian.gadgets.dashboard.ignoreCache", "true");
                  setDefault("atlassian.disable.caches", "true");
      
                  // turn on jelly
                  setDefault(JELLY_SYSTEM_PROPERTY, "true");
      
                  //jira dev mode should also set atlassian.dev.mode to true if it isn't already set!
                  setDefault("atlassian.dev.mode", "true");
      
                  // turn on i18n reload
                  setDefault(JIRA_I18N_RELOADBUNDLES, "true"); 

      This request is to make it such that some or all of these settings can be adjusted/toggled on or off (such as allowing mail to be functional) while dev mode is enabled on the instance

      Attachments

        Activity

          People

            Unassigned Unassigned
            ba8ad0b21fe9 Mateo
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: