Skip to content

[Bug][Jira] Jira Tickets with Epic as original type is not being loaded in the issue table.  #4549

Closed
@FaizanSh

Description

Search before asking

  • I had searched in the issues 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 '_tool_jira_issues' Epic type exists.
image

When the data gets loaded to the the domain layer table 'Issues', the EPIC type gets missed.
image

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

type/bugThis issue is a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions