admin管理员组文章数量:1397048
I'm working on a Confluence plugin (not Cloud) and trying to allow the admin to write a custom SQL query in the UI. Once the query is written, a button should trigger the execution of the query, sending it to the backend which in turn sends it to the database and retrieves the results, which I intend to display as a table in the UI.
I'm familiar with plugin development in Jira, but I'm having trouble figuring out the best way to access the database through the Plugin Framework in Confluence. I'm unsure what permissions, dependencies, or configurations are required in atlassian-plugin.xml to make this work. Are there manager classes for it like in Jira (I couldn't find any).
I’ve tried adding some basic dependencies and permissions, but I’m not sure if I’m missing something or if there’s a specific configuration required in Confluence. I expected the database interaction to work similarly to Jira where there was ofbiz and a Manager class for it, but I’m encountering difficulties with the Plugin Framework and database access in Confluence.
Thank you for your time.
本文标签: javaHow can I access a database through the Atlassian Plugin Framework in ConfluenceStack Overflow
版权声明:本文标题:java - How can I access a database through the Atlassian Plugin Framework in Confluence? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744767210a2624114.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论