
How can I see all the issues I'm watching on GitHub?
According to the GitHub API v3 documentation 1, there is a way to list subscribed issues in owned repositories, member repositories, and organization repositories.
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 …
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 …
How do I move an issue on github to another repo?
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 …
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 …
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 …
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 …
How do I view GitHub issues from within Visual Studio 2022?
Jan 10, 2023 · 6 How do I view and integrate with GitHub issues using Visual Studio 2022? When connected to an Azure Repo, the VS Team Explorer window includes a "Work Items" view that …
Link to the issue number on GitHub within a commit message
Nov 6, 2009 · Is it somehow possible to automatically have a link to GitHub issue number in the git commit message?