简体   繁体   English

如何在GitHub上跨仓库检查所有我创建的问题?

[英]How do I check _all_ of the issues I created, across repos, in GitHub?

I would like to see a list of all issues I created in GitHub, regardless of which repo they belong to. 我想查看我在GitHub中创建的所有问题的列表,无论它们属于哪个回购。

Going to https://github.com/dashboard/issues/created_by?direction=desc&state=open is not showing me issues across projects -- in fact, it's only showing the ones in the repos I created or forked. 转到https://github.com/dashboard/issues/created_by?direction=desc&state=open不会向我显示跨项目的问题-实际上,它仅显示了我创建或分叉的存储库中的问题。

I have just created the same issue twice for a project, so I want to make sure this doesn't happen again... 我刚刚为一个项目创建了两次相同的问题,所以我想确保这不会再次发生...

Have a look at some examples on searching issues 看一些有关搜索问题的例子

You need to use author:merc 您需要使用author:merc

This took me awhile to find, but here it is: 这花了我一段时间才能找到,但是在这里是:

https://github.com/dashboard/issues https://github.com/dashboard/issues

Use the drop down in the top left corner if you want to change from viewing everything across your personal repositories to everything across repositories of organizations you belong to. 如果要从查看个人存储库中的所有内容更改为所属组织的存储库中的所有内容,请使用左上角的下拉菜单。

Further, since you're asking about issues, this document (which is how I found the section I linked to above) may be useful for you: 此外,由于您正在询问问题,因此该文档(这是我找到上面链接的部分的方式)可能对您有用:

https://guides.github.com/features/issues/#overviews https://guides.github.com/features/issues/#overviews

I feel silly, now that I've found it though - this is actually just a tab of the page you're shown when you first log into GitHub. 我已经发现了它,但现在我感到很傻-这实际上只是您首次登录GitHub时所显示页面的选项卡。

Edit: Actually - I'm really confused by your question. 编辑:实际上-我真的对您的问题感到困惑。 I previously read the title and assumed you were looking for the same thing I was, but it looks like you already had found what I was looking for, given the link you included in your question. 之前,我曾阅读过标题,并假定您正在寻找与我相同的东西,但是鉴于您在问题中所包含的链接,您似乎已经找到了我正在寻找的东西。 What the heck are you looking for - the link you gave takes you to what you said you wanted in your question. 您在寻找什么-您提供的链接将您带到您在问题中说的想要的内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Github Api V3,如何获得我有写入权限的所有回购? - Using the Github Api V3, how do I get all repos I have write access to? 如何搜索“过去 7 天内创建”的 GitHub 个问题? - How do I search GitHub issues "created in the last seven days"? 如何设置Jenkins以查看组织内的所有私有GitHub存储库? - How do I setup Jenkins to see all private GitHub repos within our organization? 如何将文件和文件夹添加到 GitHub 存储库中? - How do I add files and folders into GitHub repos? 我将如何搜索过去 x 天内创建的 Github 问题? - How would I search Github issues created in the last x days? 从github克隆本地存储库后,如何在本地存储库之间切换? - How do I alternate between local repos once I clone them from github? github:如何在github问题中删除附件? - github: how do I delete an attachment in github issues? 如何使用我的 github 配置文件 SSH 密钥来修改我的所有存储库? - How can I use my github profile SSH key to modify all my repos? 我怎样才能获得所有超过 20 颗星的公共 GitHub 存储库的列表? - How can I get a list of all public GitHub repos with more than 20 stars? Github - 如何在所有存储库中查找组织中过去 X 天内修改的所有文件? - Github - how to find all files modified in the last X days in an organization across all repos?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM