wouldd commented on issue #7826: URL: https://github.com/apache/incubator-devlake/issues/7826#issuecomment-2304326570
a little more on this. exploring the db I see that if I query: SELECT count(*) FROM devlake.issues WHERE original_project = 'Reporting' I get 169 rows however if I query SELECT count(*) FROM devlake._raw_jira_api_issues WHERE params = '{\"ConnectionId\":1,\"BoardId\":319}' which is the boardId that represents the isuses in that project I get 2001 rows if I run the boards filter query in jira I get 1990 issues this suggests to me that the collector is working (though I'm not sure why there are 11 unaccounted for raw data rows) however something is going wrong in the conversion to populate the refined tables. Does that help suggest anything I should look at? -- 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