Startrekzky opened a new issue, #5421:
URL: https://github.com/apache/incubator-devlake/issues/5421

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and 
found no similar feature requirement.
   
   
   ### Use case
   
   Some companies built their project management (i.e. issue tracking) tool on 
their own. To support them to analyze the issue status or assignee history, 
DevLake has to provide a way for them to import their issue_changelogs. 
   
   ### Description
   
   Since DevLake already supports importing `issues` and `issue_commits_repos` 
via .CSV, it's natural that DevLake supports `issue_changelogs.csv` import too.
   
   The fields in the `issue_changelogs.csv` template are the subset of the 
schema of the table 
[issue_changelogs](https://devlake.apache.org/docs/DataModels/DevLakeDomainLayerSchema#issue_changelogs),
 which includes:
   
   - issue_id:varchar(255)
   - author_name:varchar(255)
   - field_name:varchar(255)
   - original_from_value:longtext
   - original_to_value:longtext
   - from_value:longtext
   - to_value:longtext
   - created_date:datetime
   
   The other logic is the same as importing issue.csv and 
issue_commits_repos.csv.
   
   ### Related issues
   
   #3840 
   
   ### Are you willing to submit a 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]

Reply via email to