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

Project cache refreshed incorrectly after creating project by remote API

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 3.6.2
    • 3.4.1
    • None

    Description

      It seems function ProjectCache.refresh(GenericValue project) doesn't refreshes list of projectsWithNoCategory:

          public synchronized void refresh(GenericValue project)
          {
              refreshProjectList();
              refreshProject(project);
          }
      

      So I can access newly created project, but can't see it in dashboard portlet "projects", because it uses browseableProjectsInCategory(null) collection.
      which taken from ProjectCache and doesn not contains new project.

      Attachments

        Issue Links

          Activity

            People

              dylan@atlassian.com Dylan Etkin [Atlassian]
              75c611d0953c Eugene Gavrilov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: