Viewing SQL query result set values in a vm file?

Nageswarara Rao May 15, 2013

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

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 15, 2013

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.

Suggest an answer

Log in or Sign up to answer