Create Bug Report
Bug Reports
Create Bug Report
Create a new bug report. Requires approved user privileges. The user submitting the request will be assigned as the reporter.
Args: bug_report_data (BugReportCreateSchema): The bug report details to create. reporter_user (User | None): The user submitting the report.
Returns: BugReportSchema: The created bug report.
POST
Create Bug Report
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The schema for creating a bug report.
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.