可能在网站上嵌入Github问题列表(使用特定标签)? [英] possible to embed Github list of issues (with specific tag) on website?

查看:111
本文介绍了可能在网站上嵌入Github问题列表(使用特定标签)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道一个简单的方法,将具有特定标记的问题列表从github嵌入到网站中?

这是嵌入一个开放错误列表在项目网站上。

解决方案

您需要进行查询(如在网站中嵌入Github的bug追踪器,以便用户直接从网站进行报告。)。

然后,您将生成您的网站页面将显示该查询的结果。



这将使用 GitHub API问题

/ code>

使用您的帐户或仅查看要列出问题回报的帐户。



您可以指定标签


标签 string:一个列表o用逗号分隔标签名称。示例: bug,ui,@ high



Does anyone know of an easy way to embed the list of issues with a specific tag from github onto a website?

This is to embed a list of open bugs on a project website.

解决方案

You would need to make a query (as in "Embedding Github's bug tracker within a website for the users to report directly from within the website").
Then you would generate the html section of your website page which would display the result of that query.

That would use the GitHub API on Issues

GET /user/issues

Use your account, or an account which sees only the repo(s) you want to list the issues from.

And you can specify the labels

labels string: A list of comma separated label names. Example: bug,ui,@high

这篇关于可能在网站上嵌入Github问题列表(使用特定标签)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆