I want to access the third party plug-in database.
But it not have api.
I'm jira admin.
so I can find the database it uses. How do I use it?
Can ActiveObjects only be used for its own class?
please help me.
Hi @lei ,
please use the following API (https://docs.atlassian.com/software/jira/docs/api/8.0.2/com/atlassian/jira/startup/PluginInfoProvider.html) .
I used in my plugin in order to retrieve all plugins installed on my server instance.
Using that class you can retrieve System or User plugins.
Hope this helps,
Fabio
PluginInfoProvider is an APi that, used in your own plugin code, can provide you info about plugin installed.
I don't figure out what you mean with "I want use it database or access it url."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The database belongs to a third-party plug-in
I want to use its data.
But ‘6BC5A4’ makes me powerless. Unable to use SQL. So I want use it " atlassian-plugin.xml =><servlet><url-pattern>..." I said URL..
---------
If there is data in the database. Can I get it by using “PluginInfoProvider”?or How to do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it! No, you can't access that data using PluginInfoProvider. You should ask to app team if they have some api to retrieve info.
Ciao,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.