Is there a way to export plugin list to CSV format (f.e.) and include vendor name, plugin name, plugin key, plugin version, paid/free state, list of macros provided by the plugin?
Answering my own question:
Until CONF-10572 is implemented by Atlassian, this is possible but time-consuming:
Then, for each macro M, search for "macroName:M" and count the results. This is also time-consuming for several reasons:
Here's a good place to start Confluence Admin | Administration | System Information e.g. at:
http://dvdsmpsn-mbp.local:1990/confluence/admin/systeminfo.action
Look under the heading Plugins - it at least gives some of the information you want. Check the source code if you need to access more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
UTSL is a wonderful advice. Could you point to to specific source code file I should look at?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you please share your findings on this? I'm kind of lost trying to do the same.
And the reference url above doesn't seem to be working anymore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are using Confluence 5.10 or above you may view much of the information regarding plugins, usage and macros provided by the plugins on <Confluence_Base_URL>/admin/pluginusage.action
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.