
How can I see all the issues I'm watching on GitHub?
GitHub has a great feature where you can "watch" an issue. This is handy for getting notifications about progress on that issue. However, sometimes you want to find the status of an issue...
Can I search github labels with logical operator OR?
Mar 19, 2015 · Since Aug. 2021, yes. However, it has not yet been propagated to GitHub Enterprise (Oct. 2021) It is also in GHE .3.3 (Dec 2021) See: Search issues by label using logical OR You can …
How can I use a link to source code in GitHub Issue?
I want to reference certain lines from a file in a GitHub repository in an issue. How can I do this without copying and pasting manually? Can I use a link to the source code? To clarify, here is th...
How to add custom fields to GitHub issue template?
Apr 28, 2020 · Note: the June 2021 "New beta features within GitHub Issues, with better ways to plan, track, and manage projects" (see GitHub Issues page or the FAQ) includes in its documentation the …
What is the simplest method to import Github issues into Azure …
Apr 30, 2024 · These is a GitHub Action that can sync GitHub issues to Azure Boards work items, see " GitHub Issues to Azure DevOps ". This action also is the recommended way in Azure DevOps official …
How do I move an issue on github to another repo?
May 29, 2018 · 67 See the GitHub docs on transferring issues. Transferring an open issue to another repository On GitHub, navigate to the main page of the repository. Under your repository name, click …
How would I search Github issues created in the last x days?
Jul 18, 2022 · I'd like to search for issues created x number of days ago, but can only find how to search using actual (hardcoded, if you will) dates. For example, I want to search for issues created less than …
How can I reference a commit in an issue comment on GitHub?
Jun 15, 2021 · I find a lot of answers on how to reference a GitHub issue in a git comment (using the #xxx notation). I'd like to reference a commit in my comment, generating a link to the commit details …
How can I export GitHub issues to Excel? - Stack Overflow
Dec 29, 2016 · 107 How can I export all my issues from an Enterprise GitHub repository to an Excel file? I have tried searching many Stack Overflow answers but did not succeed. I tried this solution too …
How do I get notifications on new GitHub issues?
Feb 8, 2012 · Right now, I miss quite some issues for my project hosted on GitHub. I am looking for a way which tells me of new issues. E-Mail would be fine, but those are only sent if I participated in a …