Hi,
In my plugin I am trying to open a dialog on a JIRA server instance from within an iframe. The iframe is within a webpanel. The iframe consists of a button when clicked uses the AP (JavaScript API) library to create a dialog using,
Our plugin currently maintains compatibility from Jira 8.8.0 to 8.11.1. In the light of this issue, it is not compatible with Jira 8.12.0, 8.12.1, 8.12.2 and 8.13. The bug fix for this issue is only available in 8.12.3 and 8.13.1
I would like to know if there is a way to mark compatibility with specific versions, as I understand, only a single range of versions can be specified in the compatible version list.
How do we make our add-on compatible with 8.12.3 and 8.13.1 but not 8.13.0?
If it’s not possible to select individual compatible versions, what is the official Atlassian recommended handling of this for our addon?
Thank you for rising this issue. I understand the problem and I’ll take it to the team. We will get back to you with more details on how to handle it next week.
Hi @karanjagdish, I’m sorry it’s taking so long. I don’t have the official answer yet. So far I didn’t find a way of excluding specific versions / specifying multiple ranges of versions. I hope to have a final update by the end of this week.
Final update: The only way to do this is to explicitly specify it in the “more details” section. Just plain text info. You can write on the listing that the addon won’t work with the particular versions of the app due to the bug in the app - not in your addon.