The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to migrate pluginsettings to ActiveObjects tables

Chandrasekar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 22, 2021
  1. We have some data in pluginsettings and now we are trying to migrate and use the Active Objects. The question is how do we migrate the existing pluginsettings data to active objects tables?
  2. Also can we two plugins share the same plugin settings data?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 22, 2021
  1. You will need to write some code that reads the plugin settings out and inserts it into Active Objects tables when it gets called during install (Jira asks apps to run upgrade code when they are replaced by newer versions.  It's fine to return a "nothing needed doing", but it's the right place to run such a conversion task)
  2. Yes, if you make them aware of each other