I have 2 repositories (repo A and repo B) with a large number of existing issues which are github issues.
We’ve currently been one team with one Workspace.
We are splitting our development team into 2 development such that team 1 works on most of the issues in repo A and no issues from Repo B, while team 2 works on a smaller number of issues in repo A, and all issues in repo b.
I tried to go for a 2 workspace option but it’s not looking great - my problem is that for Team 2, we have to add both repo’s A and B, but this means the new issues pipeline is filling up with irrelevant issues for Team 2. It seems in each workspace I could have a pipeline for “Other Team”, but it seems really annoying to groom the issues multiple times into these pipelines. A big concern also is both workspaces having an issue go into this column and then its “lost”.
Using labels and filters doesn’t work either because I don’t want to label everything in repo 2 - the filter would need to be a specific label, only for repo 1, and I would want that then workspace wide by default which isn’t possible.
A single workspace isn’t create either for the same thing as above - a view with the team 2 label would then need every issue in repo 2 to have this same label.
Using zendesk issues works as it can be workspace specific and moved between workspaces, but we’d have to convert all our issues to zendesk issues (idk if this is even possible - I know I can go from zendesk issue to github but not the other way around). Plus we can’t attach the PRs to zendesk issue the way wen can with github issues so this solution also seems bad.
Struggling here and looking for help!