I have created my web panel and use it to replace default issue linking panel of jira.
My add on works by disabling the module 'com.atlassian.jira.jira-view-issue-plugin:linkingmodule', and enabling my own module to show the issue link.
But with that kind of work, whenever I click on any issue in agile board or backlog board, I get the error:
The delegated panel with the complete key ['com.atlassian.jira.jira-view-issue-plugin:linkingmodule'] must be an instance of WebPanelModuleDescriptor
As I know, when I click on an issue, a rest request will be sent to Greenhopper REST service with endpoint: "rest/greenhopper/1.0/xboard/issue/details.json", and this error message has been responded from that request.
Is there any way to resolve this problem. Thanks a lot!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.