You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the discussion on #44 to know about why this isn't properly supported. (TLDR: Bitbucket's API Specification: https://api.bitbucket.org/swagger.json is incorrect)
With that said, here's a dirty hack that you can do to make this work. (requires: v2.4.2+)
The state parameter in pullrequests - list can be repeated such as /repositories/{workspace}/{repo_slug}/pullrequests?state=MERGED&state=OPEN
Is there a way this can be supported using in the client. Currently only specifying one parameter is supported
The text was updated successfully, but these errors were encountered: