Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-10571

Bitbucket Marketplace Filter not possible within all categories

    XMLWordPrintable

Details

    Description

      Hi, 

      I currently installed Bitbucket Server and having troubles accessing the marketplace. Bitbucket Server 5.7.0.

      If I use a filter (featured, highest-rated, popular etc.) on "All Categories" (use of German "Alle Kategorien"), a warning appears in logfile:

      "GET /rest/plugins/1.0/available/featured HTTP/1.0" c.a.upm.pac.AddonMarketplaceQueries Marketplace product query failed: com.atlassian.marketplace.client.MpacException$ServerError: 400: category: Allowable values are "Admin tools", "Blueprints", "Build management", "Charts & diagramming", "Continuous integration", "Custom fields", "Dashboard gadgets", "Design tools", "Document management", "Documentation", "Email", "IT & helpdesk", "Integrations", "Language packs", "Macros", "Messaging", "Mobile", "Monitoring", "Project management", "Reports", "Repository connectors", "Repository hooks", "Shared workflows", "Source code", "Tasks", "Testing & QA", "Themes & styles", "Time tracking", "Utilities", "Workflow"

      After taking a look into the source code I found the bug: An i18n error. I have currently a Starter Licence, so I can not report the bug to Atlassian directly

       

      <div class="fancy-select category">
      <select style="display:none" name="category" data-url="/bitbucket/rest/plugins/1.0/categories" data-default="Alle Kategorien">
      <option value="Alle Kategorien">Alle Kategorien</option>
      <option value="Admin tools">Admin tools</option>
      <option value="Blueprints">Blueprints</option>
      <option value="Build management">Build management</option>
      </select>
      <ol class="options">
      <li data-value="Alle Kategorien">Alle Kategorien</li>
      <li data-value="Admin tools">Admin tools</li>
      <li data-value="Blueprints">Blueprints</li>
      <li data-value="Build management">Build management</li>
      ...
      </ol>
      <div class="selected-value">
      <p>Build management</p>
      <span class="dropdown-arrow"></span>
      </div>
      </div>

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              aretamalortiz Ana Retamal
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: