Get Bug Report
Bug Reports
Get Bug Report
Get a specific bug report by its ID. Requires superuser privileges.
Args: bug_report_id (int): The ID of the bug report. _admin_user (User): The current superuser.
Returns: BugReportSchema: The bug report details.
Raises: HTTPException: 404 if the bug report is not found.
GET
Get Bug Report
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
Successful Response
The schema for a bug report.
The teams for bug reports.
Available options:
frontend, backend, ux_ui, devops, suggestion The schema for a user.