Hello! We’ve been working on server-to-cloud migration for our application, and while we mostly managed to make it work, there are a few things that we think users would want but we can’t figure out how to provide.
For context, our app allows Jira users to configure objects that they can share with one another. The configuration of these objects can be very complicated, which is why we want to migrate them from server to cloud automatically.
We got most of it working, but one problem is that users can have a lot of these objects. (Think Agile boards or dashboards.) We believe that when users will migrate projects a few at a time, they would prefer to only migrate some of our configuration objects. We have no way to determine automatically which (because they’re not really tied to projects). Ideally we would like a way to add UI in the migration process so that users could choose what to migrate, the way they can choose which projects to migrate now.
As far as I can tell, there is no way of doing this yet. Am I missing something? Maybe some kind of API could be added to allow the server app to say “I can be customized, give users the option to open this dialog with our custom options”?