-
Bug
-
Resolution: Unresolved
-
Minor
When Discovering Pull Requests and the "Filter by Name" is used, such filter only matches against the PR ID/key instead of against the PR's title.
Example scenario:
- PR Feature/Something-something to develop
- PR's Title: Feature/Something-something
- Discovered Pull Requests enabled
- Filter by Name: Feature/*
Observed behaviour: The PR is not discovered (it's filter out).
Expectation: The PR is discovered.
In addition, if the "Filter by Name" was set to "PR-*" (e.g. PR-123) then the PR is discovered. This makes the Pull Request discovery a bit useless.