d4x1 commented on issue #8330: URL: https://github.com/apache/incubator-devlake/issues/8330#issuecomment-2716996858
Weird. Issue convertor in jira use a `StatefulDataConverter` and it will delete data in domain tables with codes as below ``` if d.table != "" && d.params != "" { err = d.db.Delete( row, dal.Where("_raw_data_table = ? AND _raw_data_params = ?", d.table, d.params), ) if err != nil { return nil, err } } ``` So if some issues are cleared and some are remained. I think something went wrong with `_raw_data_params` and `_raw_data_table`. When deleting,`_raw_data_table` is `_raw_jira_api_issues`, and when inserting, `_raw_data_table` will be `_raw_jira_api_epics` for these issues from `_raw_jira_api_epics`. Can you help me to check whether all issues with `_raw_data_table` = `_raw_jira_api_epics` are all kept? -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org