Hi, Expert
I built an app using class IssueTableWebComponent and inside that, I use the asHtml()function
I can run smoothly with Jira version 8.0.0
But when I ran with Jira version 7.13, I got this error
java.lang.NoSuchMethodError: com.atlassian.jira.web.component.IssueTableWebComponent.asHtml(Ljava/io/Writer;Lcom/atlassian/jira/web/component/IssueTableLayoutBean;Ljava/util/List;Lcom/atlassian/jira/web/component/Pager;Ljava/lang/Long;)V
And when I test change the version of jira-core,jira-api,jira-view-issue-plugin to 7.13.8 it can work with version 7
But It has problem with version 8 (same error message)
Do you know how to solve this problem?
Thank you,