-
Type:
Suggestion
-
Resolution: Low Engagement
-
None
-
Component/s: API - Java
-
0
Problem
Currently, the PullRequestService searchByCommit API does not have a bulk lookup option. This requires plugin developers to iterate through the API, which may cause performance issues.
Proposed solution
Implement a bulk lookup method for the searchByCommit api where we can pass multiple commit ID's and return a list of pull requests for each ID.
- was cloned as
-
BSERV-12101 PullRequestService.searchByCommit should require same permission as PullRequestService.search
- Closed