-
Notifications
You must be signed in to change notification settings - Fork 704
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityissueson-testplan
Milestone
Description
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
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityissueson-testplan