Hi,
We are using JIRA version 6.3.6 and "Balsamiq Mockups version 2.2.22". It seems that it is not compatible with Data Center versions of JIRA.
We need the "Balsamiq Mockups plugin" which should compatible with JIRA Data center. We are blocked due to this issue. Kindly let us know that by when can we get this "Balsamiq Mockups plugin" which will be compatible with JIRA Data center.
Please find the attached screenshot for "Balsamiq Mockups" INCOMPATIBLE message with our JIRA version 6.3.6.
Regards,
Reetesh Kumar
BalsamiqMockups-INCOMPATIBLE-DATACenter.png
We have just released a new version that should fix the incompatibility problem (2.2.23). For some reason the previous version had the project descriptor not correctly updated to reflect the Data Center compatibility.
Thanks Carlos for the help and sorry for the snag!
There are 2 places where you make your plugin DC compatible. One is in the UI of Marketplace and the other one is in the atlassian-plugin.xml.
Sample:
<plugin-info> <description>${project.description}</description> <version>${project.version}</version> <vendor name="${project.organization.name}" url="${project.organization.url}" /> <param name="atlassian-data-center-compatible">true</param> </plugin-info>
The main difference is that one is the label that appears in Marketplace and the atlassian-plugin.xml is the one we check in the "Manage add-ons" page.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I am Sax from Balsamiq. Sorry for the snag, but as far as I know the 2.2.22 version of the plugin is Data Center compatible as listed in the Marketplace.
Please contact us directly at support@balsamiq.com so we can investigate more the issue.
Screen Shot 2014-10-06 at 16.45.40.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Salvatore Cammarata there are 2 places where you make your plugin DC compatible. One is in the UI of Marketplace and the other one is in the atlassian-plugin.xml Sample: {code} <plugin-info> <description>${project.description}</description> <version>${project.version}</version> <vendor name="${project.organization.name}" url="${project.organization.url}" /> <param name="atlassian-data-center-compatible">true</param> </plugin-info> {code} The main difference is that one is the label that appears in Marketplace and the atlassian-plugin.xml is the one we check in the "Manage add-ons" page. Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you need to request the update from the vendor. We're a community of end-users like yourself, not the writers of this plugin (although they probably are here too)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.