feat: cross-reference issues across repos within an org #224
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Enable cross-repository issue references within an organization, so that mentioning
OtherRepo#42orMokoConsulting/OtherRepo#42in an issue or PR comment automatically creates a bidirectional link visible on both issues.Motivation
Work across MokoConsulting repos is highly interconnected (e.g. MokoGitea changes affect moko-platform, MokoWaaS, etc.). Currently, cross-repo references are plain text with no backlinks. Developers have to manually search for related issues across repos.
Proposed Behavior
RepoName#123resolves to an issue in the same orgOrg/Repo#123works as it does today but adds backlinksReferences
#123references with backlinks; this extends to cross-repo within an orgOpened by Claude Code on behalf of @jmiller