BitBucket Server pull request filter does not filter

Issue #226 resolved
David Fuereder created an issue

VS Code 1.38.1, Atlascode extension version 2.0.4 (and devel bea7efe4) on Windows 10 and Fedora 30.

The generated URL for the pull requests list is invalid:

https://server/rest/api/1.0/projects/project/repos/repo/pull-requests?markup=true&avatarSize=64&q=%5Bobject+Object%5D

instead of

https://server/rest/api/1.0/projects/project/repos/repo/pull-requests?markup=true&avatarSize=64&username.1=name.name&role.1=REVIEWER

A possible patch is attached.

Comments (8)

  1. Pramod Busam Account Deactivated

    @David Fuereder Thanks for reporting the bug and providing the patch.

    I was able to reproduce the error. We will fix this in the next release.

  2. Log in to comment