Skip to content

[Feature proposal] Multiple repositories selectable @ issues/PR page #6355

Closed
@oscarlofwenhamn

Description

@oscarlofwenhamn

Description

As a user, I would like to be have the option to view issues and pull-requests from multiple repositories on their respective pages. Currently, selecting one repository removes the other repos from the list. This feels unnecessarily limiting, and not very intuitive. My suggestion is to use a similar style, but not remove the repos and also allow multiple selections.

Possible method

Currently, the page identifies what repo should be used by defining a number of variables including repo (e.g. ?type=all&repo=17&sort=&state=open). Passing multiple repo entries here could make multiple selection possible, something like
?type=all&repos[]=17&repos[]=21&repos[]=22&sort=&state=open.

I will test out a local fix, and post my findings here.

Illustration

multiple-repo-select

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedtype/enhancementAn improvement of existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions