You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DESCRIPTION: Table: github_issue - Query GitHub Issues using SQL
GitHub Issues is a feature within GitHub that allows users to track bugs, enhancements, or other requests. It provides a platform for users to collaborate on problems, discuss complex details, and manage updates on ongoing issues. GitHub Issues helps in tracking individual tasks within a project, linking tasks to each other, and organizing tasks into manageable units.
Table Usage Guide
The table provides insights into issues within GitHub repositories. As a project manager or developer, explore issue-specific details through this table, including status, assignees, labels, and associated metadata. Utilize it to uncover information about issues, such as those that are overdue, the collaboration between team members on certain issues, and the overall progress of issues within a project.
Important Notes
You must specify the (owner/repository) column in or clause to query the table.
The pull requests are technically also issues in GitHub, however we do not include them in the table; You should use the table to query PRs.
Examples
List the issues in a repository
Explore the status and assignment of issues within a specific GitHub repository to better manage project tasks and responsibilities. This can help in tracking task progress and identifying bottlenecks in the project workflow.
Identify instances where there are open issues in a specific repository that have not been assigned to anyone. This is useful to ensure all issues are being addressed and no task is left unattended.
{'label-name': 'issue-management', 'label-description': 'Tracking and managing project tasks and responsibilities using GitHub Issues.', 'confidence': 69.63}
The text was updated successfully, but these errors were encountered:
TITLE: github_issue table | GitHub plugin | Steampipe Hub
DESCRIPTION: Table: github_issue - Query GitHub Issues using SQL
GitHub Issues is a feature within GitHub that allows users to track bugs, enhancements, or other requests. It provides a platform for users to collaborate on problems, discuss complex details, and manage updates on ongoing issues. GitHub Issues helps in tracking individual tasks within a project, linking tasks to each other, and organizing tasks into manageable units.
Table Usage Guide
The table provides insights into issues within GitHub repositories. As a project manager or developer, explore issue-specific details through this table, including status, assignees, labels, and associated metadata. Utilize it to uncover information about issues, such as those that are overdue, the collaboration between team members on certain issues, and the overall progress of issues within a project.
Important Notes
Examples
List the issues in a repository
Explore the status and assignment of issues within a specific GitHub repository to better manage project tasks and responsibilities. This can help in tracking task progress and identifying bottlenecks in the project workflow.
Error:
No DBURL given
sql [-hnr] [--table-size] [--db-size] [-p pass-through] [-s string] dburl [command]
List the unassigned open issues in a repository
Identify instances where there are open issues in a specific repository that have not been assigned to anyone. This is useful to ensure all issues are being addressed and no task is left unattended.
Error:
No DBURL given
sql [-hnr] [--table-size] [--db-size] [-p pass-through] [-s string] dburl [command]
URL: https://hub.steampipe.io/plugins/turbot/github/tables/github_issue
Suggested labels
{'label-name': 'issue-management', 'label-description': 'Tracking and managing project tasks and responsibilities using GitHub Issues.', 'confidence': 69.63}
The text was updated successfully, but these errors were encountered: