Aller au contenu principal

BugReportListItem

Item de la liste des rapports de bugs

idId (string)required
titleTitle (string)required
severityBugSeverity (string)required

Possible values: [LOW, NORMAL, MEDIUM, HIGH, CRITICAL]

statusBugStatus (string)required

Possible values: [OPEN, IN_PROGRESS, RESOLVED, CLOSED]

user_typeUser Type (string)required
user_emailUser Email (string)required
page_url object
anyOf
string
screenshot_url object
anyOf
string
device_info object
anyOf
object
created_atstring<date-time>required
updated_atstring<date-time>required
admin_notes_countAdmin Notes Count (integer)
Default value: 0
has_attachmentsHas Attachments (boolean)
Default value: false
has_audioHas Audio (boolean)
Default value: false
BugReportListItem
{
"id": "string",
"title": "string",
"severity": "LOW",
"status": "OPEN",
"user_type": "string",
"user_email": "string",
"page_url": "string",
"screenshot_url": "string",
"device_info": {},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"admin_notes_count": 0,
"has_attachments": false,
"has_audio": false
}