narrowizard opened a new issue, #3184: URL: https://github.com/apache/incubator-devlake/issues/3184
### 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 Could not find accounts whose id is in issue_changelogs in account entity, when I collecting data from jira server (7.13.0). After some debug, I find that jira api return account's key as changelogs' value id(entity). but devlake using accounts' email as account's id(entity). ## account api  ## changelog api (issue's extend)  ## reference - https://github.com/apache/incubator-devlake/blob/1c88f5cd087f7079d4f4603b8e7ef0c18895133f/plugins/jira/tasks/apiv2models/user.go#L42-L50 ### What you expected to happen Supposed to use same key so that we can associate changeloges with accounts. ### How to reproduce Run jira plugin to collect data from jira server 7.13 ### Anything else Please cherry-pick the fix to release-v0.12 branch as we are still in it. ### Version v0.12.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]
