-
Suggestion
-
Resolution: Fixed
Currently, we are only able to list pull-requests for a given project. However, in a team repository with many projects, it would often be useful to have a view of all the pull-requests opened against projects within the team repository, instead of having to look through all the projects.
e.g. currently:
- go to repository/project1/pull-requests/open:
-
- PR#1
- PR#2
- go to repository/project2/pull-requests/open:
-
- PR#1
- PR#3
requested:
go to repository/pull-requests/open:
- project1 - PR#1
- project1 - PR#2
- project2 - PR#1
- project2 - PR#3