Skip to content

Start working on an issue in a different repo #2820

@ClementChaumel

Description

@ClementChaumel

Hello,
I work on a repo shared across multiple teams and our solution to keep things organised was to create an empty repo per team which is used only for filing issues.

So I created a custom query to my team's repo:

        {
            "label": "My team's issues",
            "query": "assignee:${user} state:open repo:[My team's empty repo] sort:created-desc -linked:pr -label:Epic"
        },

This allowed me to correctly display my team's issues on the side panel but when I click "Start working" on an issue I get an error saying "There are no repositories open that match ..."

What I would like is for the extension to create a new branch for me on the "Code" repo I have checked out not on my team's.

Now I understand this might be a bit of a weird setup but I wondered if this was supported / there is any workaround.

Thanks!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions