Feature request: canvas/extension hook to augment built-in issue viewer with sub-issues
- 主要语言
- Java
- 星标
- 10.5k
- 派生
- 1.5k
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 128
描述
## Summary
The current extension surface supports extension-owned canvases and tools, but does not expose a documented way to augment the built-in Copilot issue viewer with custom sections (for example, GitHub sub-issue hierarchy).
## Request
Please consider adding an official extension/SDK hook for issue-viewer augmentation so extensions can contribute read-only (or action-capable) panels within issue sessions.
## Use case
Teams using GitHub sub-issues need parent + ordered child context in issue sessions. Today, the workaround is to build a separate custom canvas, which duplicates context and requires extra UX work.
## Suggested shape (example)
- Hook/event to provide issue-view model enrichment for current issue context.
- Extension-contributed view blocks in built-in issue viewer (scoped + permission-aware).
- Optional actions to open related issues (GitHub / Copilot issue session).
## Why SDK-level request
Even if product-native support lands, an extension hook enables repository- or organization-specific workflow customization without depending on undocumented internals.
## Related product feedback
https://github.com/orgs/community/discussions/199436
贡献指南
调研方向
首先检查现有的扩展接口,了解扩展自有的画布和工具,然后将其与此处描述的内置 Copilot issue viewer 进行比较。完成标准是提供一个有文档说明且范围明确的 hook,用于增强 issue viewer,并支持基于权限的面板以及可选的相关 issue 操作。该 issue 未指定任何文件或测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github
- 领域
- api, developer-experience
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100