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

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 Leaders.
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

Suggest an answer

Log in or Sign up to answer