narrowizard opened a new issue, #2380: URL: https://github.com/apache/incubator-devlake/issues/2380
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened When I running jira task to collect jira data, it failed with error `18446744073709551615 is greater than maximum value for Int8`. ### What you expected to happen It should not cause error. ### How to reproduce Not sure, I think it is related to my jira source data. ### Anything else Some logs: ``` INSERT INTO \"_tool_jira_issues\" (\"connection_id\",\"issue_id\",\"project_id\",\"self\",\"icon_url\",\"issue_key\",\"summary\",\"type\",\"epic_key\",\"status_name\",\"status_key\",\"story_point\",\"original_estimate_minutes\",\"aggregate_estimate_minutes\",\"remaining_estimate_minutes\",\"creator_account_id\",\"creator_account_type\",\"creator_display_name\",\"assignee_account_id\",\"assignee_account_type\",\"assignee_display_name\",\"priority_id\",\"priority_name\",\"parent_id\",\"parent_key\",\"sprint_id\",\"sprint_name\",\"resolution_date\",\"created\",\"updated\",\"spent_minutes\",\"lead_time_minutes\",\"std_story_point\",\"std_type\",\"std_status\",\"all_fields\",\"changelog_updated\",\"remotelink_updated\",\"worklog_updated\",\"created_at\",\"updated_at\",\"_raw_data_params\",\"_raw_data_table\",\"_raw_data_id\",\"_raw_data_remark\") (1,20351,10003,'https://merico.atlassian.net/rest/agile/1.0/issue/20351','https://merico.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10315?size=medium','EE-9283','全站帮助系统规范视觉化','Story','','打开','new',-1.000000,0,0,0,'623ae914a9575800695a3b6c','','张彩霞','6062b11ed115550069901e2d','','朴文峰',3,'Medium',0,'',0,'',NULL,'2022-06-28 15:06:33.484','2022-06-28 15:20:11.206',0,0,18446744073709551615,'REQUIREMENT','TODO',NULL,'2022-06-29 02:57:09.4',NULL,NULL,'2022-06-29 02:57:55.319','2022-06-29 02:57:55.319','{\"ConnectionId\":1,\"BoardId\":68}','_raw_jira_api_issues',9686,'') (1,20352,10003,'https://merico.atlassian.net/rest/agile/1.0/issue/20352','https://merico.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10315?size=medium','EE-9284','将指标说明详细文档(产品手册)内嵌到ee中','Story','','打开','new',0.000000,0,0,0,'623ae914a9575800695a3b6c','','张彩霞','60506cfdf180c300673626a9','','Xiaoxi Gu',3,'Medium',0,'',0,'',NULL,'2022-06-28 15:48:57.889','2022-06-28 16:09:05.277',0,0,0,'REQUIREMENT','TODO',NULL,'2022-06-29 02:57:09.4',NULL,NULL,'2022-06-29 02:57:55.319','2022-06-29 02:57:55.319','{\"ConnectionId\":1,\"BoardId\":68}','_raw_jira_api_issues',9687,'') ``` ### Version v0.11.0 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
