Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket Marketplace Filter not possible within all categories

SG January 24, 2018

Hi, 

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

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 an 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>

 

1 answer

1 vote
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 24, 2018

Hi Steffen, thanks for spotting this, I've submitted the bug on your behalf and you can find it at BSERV-10571.

Can you let us know which Bitbucket Server version are you using so we can more info for the developers?

Cheers!

Ana

SG January 24, 2018

Hi Ana, thanks for your quick reply. It's version 5.7.0

Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 25, 2018

Thanks @SG! I've added that to the bug ticket. Let us know if there's anything else we can help you with.

Best regards :)

Ana

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events