Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi
I wrote a java class in my jira plugin and executed a sql query , now i want to view those results in a velocity file.
how to do this
thanks in advance
Your code should have retrieved a result set from the SQL query. Add that to the "map" that gets fed into the .vm when the users land on the page.
We can't really be more specific than that - where the map is populated, and by what, depends on what your plugin is providing and how you've coded it. For example, a custom field may use method X to get the map, but an issue panel might have method Y or Z.
AI-powered meeting notes keep work moving even if you’re out of the office. Enjoy your well-deserved time off and return refreshed, confident you’ll catch up in no time.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.