I want to create a velocity template consisting of a few fields to use in a web-panel for the view-isssue screen. The fields should contain information retrieved from a Active Object Entity. The user is then able to change the values inside these fields. If there is no data stored ub the Active Object for the current issue the user input will be stored as a new entry.
So basically I want to update the values in the Active Object Entity with the new values entered by the user in a Velocity Template for a web-panel. Is this possible and if so how can I achieve this?
I have looked at servlets and web actions but as far as I know I can't put these inside a web-panel.
Hello,
I do not ask why you do not want to store values in custom fields. But it is possible. Develop Rest Api in your plugin and store data in ao through the rest api. You can call your rest api from your velocity templates and pass values of required fields to your rest api
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.