[Bug][Jira] Jira Tickets with Epic as original type is not being loaded in the issue table. #4549
Closed
2 of 3 tasks
Labels
type/bug
This issue is a bug
Search before asking
What happened
The EPIC type is not populating in domain layer from tool layer.
As can be seen in the tool layer table of '_tool_jira_issues' Epic type exists.
When the data gets loaded to the the domain layer table 'Issues', the EPIC type gets missed.
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: