Hello,
we want to migrate from server to data center.
we have internally implemented some plugins.
what are the needed actions to take into consideration as development for this purpose?
Regards
Hello @hagop hadji akian ,
Please refer to https://developer.atlassian.com/platform/marketplace/developing-apps-for-atlassian-data-center-products/ docs.
Usually, the server apps will work in DC, but you should consider how the data will be synchronized between nodes, so the Java class DTO can be different in different nodes. For this you can use reflection and ID for serialization.
https://developer.atlassian.com/platform/marketplace/guidelines-for-data-center-app-development/
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.