so the scenario is ,I have created analysis plugin in that have create above form (using dialog box) . and after submitting the info. it display data in table like shown in below img.
but when i refresh the page table info. gets clear ,so basically what i want is to store this info. in database so when next time i will open issue it will show saved analysis info. of respective issue .
Please help me with this im new to jira . while researching I have came across two options
1)Active objects 2) pluginsettings but it confusing me
The easiest way is to use plugin settings / bandana properties, but the proper way, I believe, is to use Active Objects - https://developer.atlassian.com/server/framework/atlassian-sdk/developing-your-plugin-with-active-objects/
You don't have to create a refapp plugin (as anyway it is nothing else but a little bit "more" than an empty plugin created via "atlas-create-jira-plugin)")
You can add active objects module and required dependencies at any stage of your plugin development.
Plugin settings are for storing settings related to the configuration of the app. If you had things like the plugin is looking at a particular field or had options like limiting it to certain groups.
Active objects is where you would store data that you want to keep. It has constructs that support things such as tables in the screen you've shown us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- so should i use Active objects or Plugin settings? and whats the difference between creating plugin (using atlas-create-jira-plugin) .and refapp plugin(atlas-create-refapp-plugin) .. i think for using active objects we need to create refapp plugin ,im i right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- can u also give me the link of steps need to follow to save data of the form
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should have a read of what @Alex Medved _ConfiForms_ said - it's the same answer I would give.
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.