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

   ### 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
   
   The **EPIC** type is not populating in domain layer from tool layer.
   
   As can be seen in the tool layer table of '' Epic type exists.
   
![image](https://user-images.githubusercontent.com/23335607/221868946-9761eb0d-fc37-4288-816d-9acf4d2e155a.png)
   
   When the data gets loaded to the the domain layer table 'Issues', the EPIC 
type gets missed.
   
![image](https://user-images.githubusercontent.com/23335607/221869373-88c470de-926d-4996-92be-4c9ee2dccfee.png)
   
   
   ### What do you expect to happen
   
   The Epic type should exist in the Issues domain layer table
   
   ### How to reproduce
   
   Do the following queries to verify,
   
   To Check if epic exist in the tool layer
   select type from lake._tool_jira_issues group by type;
   
   To Check if EPIC exist in the domain layer
   select original_type from lake.issues group by original_type;
   
   ### Anything else
   
   I have loaded data from 3 Boards and I couldn't get a single entry of epic 
in the domain layer.
   
   ### Version
   
   v0.15.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]

Reply via email to