Clicking the issue Panel icon multiple times will display multiple issue panels

In Forge’s Jira modules, there is an Issue Panel with an allowMultiple property, the meaning of this property is to control whether or not multiple instances of the issue panel are shown when clicking the issue panel button repeatedly.Defaults to false.

I have a problem now: I can repeatedly click on the Issue Panel icon and it will generate several issue panels.

The steps I performed were:

  1. When opening an issue interface, click the issue Panel icon to display an issue Panel

  2. After deleting the displayed issue Panel, refresh the entire Issue interface and click the issue Panel icon several times to display multiple issue panels.


Is there any way to solve this problem? I desperately want to know the solution!!

Hi @liumulin !

Thank you for presenting the problem in detail. I was able to reproduce this bug at my instance. At the moment, unfortunately, I am not able to provide a solution on the spot. I will let the team that handles this section know about it and get back to you as soon as I get an answer.

Best regards,
Jaroslaw

Thank you. Please let me know if there is a solution.

Hi @liumulin,

Do you have an allowMultiple field in the manifest perhaps? If you want to have a single instance of the panel being present on the issue at once, please do not set that field to true.

https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-issue-panel/

Thanks,
Vitalii

Hello, I have an allowMultiple field in the manifest perhaps and set it to false, but it still happens as I said above.

Just installed a fresh app and was able to reproduce it. We will add this bug to our backlog. Thanks @liumulin!

Thank you. Please let me know if there is a solution.