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

OnDemandMigrationTask sets default application access to JIRA+Confluence in JIRA-only mode

    XMLWordPrintable

Details

    Description

      This code in OnDemandMigrationTask is setting the default apps to JIRA + Confluence:

          private void setDefaultApplicationAccess()
          {
              // PreferenceServiceImpl in AGMP already converts default access level to default application access
              if (!appStatusService.isGappsEnabled())
              {
                  // we set the default application access to be the same as the old collaborator level, as it was the level
                  // granted to publicly signed up users.
                  userApplicationAccessService.setDefaultApplicationAccesses(
                          Lists.newArrayList(SupportedApplication.JIRA, SupportedApplication.CONFLUENCE));
              }
          }
      

      When admins go to the "Application Access" page then we send them an email saying "could not give access to Conflunce" when they don't even have a license for it.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lmiranda Luis Miranda (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: