(Feature Request) List Pull Requests: Search Criteria - Date Range #207298
Unanswered
qsc-BhuvanDB
asked this question in
Apps, API and Webhooks
Replies: 1 comment
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
API
Body
I'm currently working on internal metrics collection for my organization and going through the "List Pull Requests" API endpoint
(https://docs.github.com/en/rest/pulls/pulls?apiVersion=2026-03-10#list-pull-requests)
Noticed that the endpoint does not currently support filtering pull requests by a date range (ex- created, updated, merged, closed within a specified timeframe)
It would be nice to have an expanded filter/search criteria similar to what is available on ADO.
(https://learn.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/get-pull-requests?view=azure-devops-rest-7.2&tabs=HTTP)
I understand that I can work around this by getting the PRs in sorted order, set a cutoff on my end and stop parsing after that.
But well, this would be a nice quality of life feature to have.
All reactions