Hi Everyone,
I have developed a data center supported plugin and I have verified all testing from my end. This works perfect on JIRA 7.3.8 and earlier versions.
However when I install my plugin in 7.4.0 version and up, it show the "Incompatible" alert message on the Manage Addon page. I am wondering why it is complaining only for JIRA versions 7.4.0 and up.
Does anyone have any idea on this?
It also displays below description.
"This add-on is not designed for Data Center versions of JIRA. Request an update from the vendor"
Please find the latest update here...
https://ecosystem.atlassian.net/servicedesk/customer/portal/14/DEVHELP-784
Hi Steve/All,
Found some clue. It comes with the license you are using. I had used a evaluation license for this and when I am using server license plugin works fine but when I use data center license then I am getting the alert.
So, I can survive with server license since there is no difference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All, there is another thread running for the same and please refer to that from here onwards. Thanks!
https://ecosystem.atlassian.net/servicedesk/customer/portal/14/DEVHELP-784
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there!
Does that error occur when you are attempting to manually install the plugin? Are you able to share with us your plugin name so we can confirm it on the marketplace?
Thanks.
Steve.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On the Data Center compatibility warning, you can follow the instructions on this page: https://developer.atlassian.com/platform/marketplace/developing-apps-for-atlassian-data-center-products/#publishing-your-data-center-app-in-atlassian-marketplace
It's important to add the tag:
<param name="atlassian-data-center-compatible">true</param>
To denote that your plugin intends on being Data Center compatible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Steve,
I install my plugin manually through (UPM) UI. My plugin is a jar testing Jar file and not available in Market. I was wondering why JIRA 7.4.0 and up only giving me this alert...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sa, did you happen to switch your server license to a DC one? If so, your DC instance will give warnings about non-compatible server Apps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.