Search results for Deployment Project are incomplete

Issue #11 resolved
Charlie Misonne created an issue

When configuring the After Deployment Plan trigger in a build we are unable to select the desired deployment project.

No Matches Found shows up for most of the search strings. However in the browser’s network tools we do see restults for the REST Call made.

Bamboo version : 6.8.1

Comments (4)

  1. Charlie Misonne reporter

    No I don’t see any errors in the JS console.

    But I think I identified the problem. The dropdown uses the REST API to search with max 12 results. When the 12 first results are builds and not deploys it does not show any results. I guess the UI filters the search results?

    Maybe this can be fixed by searching for deploy projects only (and having paged results)?

  2. Alexey Chystoprudov
    • changed status to open

    Confirmed. Created 12 plans with name TestXX and one deployment project Test. Then it's not possible to choose existing Deployment project at input.

    Root cause: REST endpoint used for deployment project search control returns all existing entities which contains provided search term. Then it's filtered at client side. Solution: provide own endpoint to search for deployment projects. It should use Lucene index to guarantee search performance on large datasets

  3. Log in to comment