Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to list all PRs within a project #52

Open
svdbrg opened this issue Nov 22, 2023 · 2 comments
Open

Add the ability to list all PRs within a project #52

svdbrg opened this issue Nov 22, 2023 · 2 comments
Labels
Area-Widgets Related to in-package widgets Issue-Feature New feature or request Needs-PM

Comments

@svdbrg
Copy link

svdbrg commented Nov 22, 2023

Suggested new feature or improvement

Instead of having to point out each repository to list PRs from, it would be a nice feature to list all active PRs in a project.

Scenario

We currently have a large number of active repositories in multiple projects in Azure DevOps, where PRs are submitted in different repositories each day. It would simplify the DevHome setup greatly if it was possible to add a widget that lists PRs from a project rather than for each repository.

Additional details

No response

@svdbrg svdbrg added the Issue-Feature New feature or request label Nov 22, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage New issue that the core contributors need to triage label Nov 22, 2023
@danijam
Copy link

danijam commented Nov 29, 2023

Just came looking to see if anyone had raised this. Although from my use I would like to be able to configure the PR widget to display Pull Requests from across the entire Azure DevOps Organisation. A bit like what you can achieve on the Azure DevOps Open page:
image

@dkbennett
Copy link
Member

Getting all pull requests for a project has an API and would be relatively simple to do, but need some UX guidance. However, getting all projects for an organization requires making that call for every project in the organization. We could have some heuristics here and do that for every known or tracked project, but we wouldn't be able to do it with certainty without checking every project (there may be a large number of projects).

@cinnamon-msft cinnamon-msft added Area-Widgets Related to in-package widgets Needs-PM and removed Needs-Triage New issue that the core contributors need to triage labels Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Widgets Related to in-package widgets Issue-Feature New feature or request Needs-PM
Projects
None yet
Development

No branches or pull requests

4 participants