Skip to content

Commit c8eb729

Browse files
committed
feat: Adds issue generation flag to report file API
1 parent f69d33d commit c8eb729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reporter/postgres_reports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@ def upload_report_file(self, api_url, token, report_id, path):
18621862
"filename": file_name,
18631863
"data": data,
18641864
"type": file_type,
1865+
"generate_issue": True
18651866
}
18661867

18671868
response = make_request(api_url, "/rpc/checkup_report_file_post", request_data)

0 commit comments

Comments
 (0)