You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/26 01:53:26 UTC

[GitHub] [incubator-devlake] narrowizard opened a new issue, #3184: [Bug][Jira] inconsistent account id within account_extractor and issue_changelog_extractor (jira server)

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
   ![image](https://user-images.githubusercontent.com/11383928/192178251-a061f36f-84e1-4b35-bff7-8ccf2b31d000.png)
   
   ## changelog api (issue's extend)
   ![image](https://user-images.githubusercontent.com/11383928/192178231-b7d2e5d0-80e3-4658-8175-479c38d07e1c.png)
   
   ## 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: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn closed issue #3184: [Bug][Jira] inconsistent account id within account_extractor and issue_changelog_extractor (jira server)

Posted by GitBox <gi...@apache.org>.
abeizn closed issue #3184: [Bug][Jira] inconsistent account id within account_extractor and issue_changelog_extractor (jira server)
URL: https://github.com/apache/incubator-devlake/issues/3184


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org