Skip to main content

Jira App error with multiple linked issues - Community / Bug Report - Deskpro Support

19

Jira App error with multiple linked issues Finished

We have a bug when we try to link multiple issues. The app is linking them, but not rendering them to the page view other than the first one. The issue is actually in the file:<br /><br /> <br /><br /> app/apps/deskpro_jira/js/Collection/Issues.js<br /><br /> <br /><br /> Line 33 - if (!issue.renderedField[i]) continue;<br /><br /> should be: if (!issue.renderedFields[i]) continue;<br /><br /> <br /><br /> the missing s causes a failure in reading the variable and results in a undefined variable error that makes the view fail to render more than one linked Jira ticket.