It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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>
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
Thanks @Steffen G! I've added that to the bug ticket. Let us know if there's anything else we can help you with.
Best regards :)
Ana
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreBitbucket Pipelines helps me manage and automate a number of serverless deployments to AWS Lambda and this is how I do it. I'm building Node.js Lambda functions using node-lambda ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.