| Hi Sam, Thanks for your quick feedback. My use case is a kind of monorepo approach. There's one single Bitbucket repository containing the source code of a product, plus some customization for each customer. I have one multibranch pipeline job per customer. I only want to see branches, PRs and tags related to the customer in each pipeline job. The naming convention from branches and tags is <customer>/whatever. Filtering by name works fine with those branches and tags. But, I have no way to get the PRs related to the customer. If I don't include 'PR-', I get no PRs in the pipeline job. If I include 'PR-', I will get all the PRs whatever the customer. What I'd like to be able to do is to filter PRs whose source branch matches regular expression <customer>/whatever. From what I understand, your plugin offers the opposite for now (filter PRs whose target/destination branch matches regular expression. Right? For your information, here's my configuration:  Let me know your thoughts about adding filtering on source branch for PRs. Thank you very much Have a good day David |