Hi everyone,
I’m wondering if we can replace the Issue Table component from the Jira Java API with Atlaskit?
Is there any component in Atlaskit or a package somewhere that can render an Issue Table?
For the one who doesn’t know what is the Issue Table in Jira, that is the table of Issues which you see everywhere in Jira Server: Sub-tasks table, Issue in Epic table, the table in the Dashboard:
This table can be generated using this class:
com.atlassian.jira.web.component.IssueTableWebComponent
.