Until approximately last month, the filter for "Target Branch" on the Pull Requests page was a "includes" filter. Recently it changed to an "exact match" filter. I searched the internet and the Bitbucket Cloud public Jira board and I could not find anything about this change. I used the "includes" filter extensively and I was wondering if there is a wildcard search option so I could get this functionality back.
My use case is that I named all branches starting with a prefix folder like bug or feature or prep or release. For example, bug/2408.0.7 or release/2603.0.0 or feature/ABC-123. I frequently search for all Pull Requests where the merge destination was a bug branch using the URL of https://bitbucket.org/mycompany/myrepo/pull-requests/?state=OPEN&at=bug. Now this URL returns nothing. I can still filter for exact branches like https://bitbucket.org/mycompany/myrepo/pull-requests/?state=OPEN&at=bug%2F2408.0.7 to see all Pull Requests where the merge destination is bug/2408.0.7 but I cannot figure out how to get my desired functionality to see all branches starting with bug.
I am hoping that there is a secret functionality to do this with a wildcard like https://bitbucket.org/mycompany/myrepo/pull-requests/?state=OPEN&at=bug%2F%25. But I tried a few options and nothing seems to work.
Welcome to the community.
This is actually a changed that was released as part of this public bug ticket: https://jira.atlassian.com/browse/BCLOUD-23821
I'd encourage you to add your comments there as well.
Regards,
Mark C
Thank you Mark, I added a comment on that ticket. Hopefully an addendum to that recent fix is possible. Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.