Hi,
We have a large common customer base, and a big ask from our customers is to have an addon solution in Jira itself. As most of the customers are enterprise, and running on-prem Jira. We started our development with a plugin based on Plugin-2 for Jira server first and later have the same capability of the plugin for addon in Jira Cloud.
What we would like to know about the strategy that can help us to reduce the amount of code rewrite. For the plugin, we’d decided to go with webwork module route that allows us to inject our views in the plugin. These are these two open question-
- Should we have our views displayed in the iframe and later that results in the view in the webwork? It minimizes the code write and servers repurposing the view code. What I’m not sure, about any limitation the plugin-2 might be enforcing related to the iframe that we couldn’t figure out.
- Should we have our views rendered on the client-side through the APIs to our server?
Let us know.