Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Confluence Persistence

Is there a simple in built way to maintain data in Confluence when writing your own macro? This data needs to be queryable across pages, i.e the user will add the macro to their wiki page. Then this data can be queried by another summary macro.

I have read something about Bandana but I am not sure how to get this to work with my plugin.

like image 693
Michael Edwards Avatar asked Feb 22 '10 23:02

Michael Edwards


3 Answers

Hopefully this link can help you on the various options on how to persist data in Confluence: http://confluence.atlassian.com/display/CONFDEV/Persistence+in+Confluence Sherif

like image 187
Sherif Mansour Avatar answered Nov 19 '22 10:11

Sherif Mansour


Using Bandana for persistence is no longer recommended. Since Confluence 4.3 there is a new ORM layer available for plugins data persistence - Active Objects.

like image 45
grdl Avatar answered Nov 19 '22 09:11

grdl


This is a little dated - but my old Twikkir plugin for Confluence makes use of Bandana persistence with a plugin. Some details and a link to the source are here:

http://www.every108minutes.com/2008/06/let-your-confluence-tweet.html

like image 21
Keith Avatar answered Nov 19 '22 10:11

Keith