使用查询字符串预填充github新问题表单

Div*_*com 5 github

有没有办法为新的git问题提供一个链接,该问题将标签和赋值字段预先填充到标签和查询字符串中指定的用户?

我的用例是,我希望有一个链接,我可以给测试人员,以确保他们为我的功能选择正确的标签,并分配给我的git问题.

Div*_*com 7

我发现格式为https://github.com/[user]/[repo]/issues/new?title=[title]&assignee=[user]&body=[body]&labels[]=label1&labels[]= LABEL2

  • 官方文档是 https://docs.github.com/en/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters (2认同)