Hi,
I m working on a jira plugin , i m confusing how to view the values in velocity template file, the following is my source
public List getActions(Issue issue, User remoteUser) {
//here i executed my database query
while(resultset.next()){
username=rs1.getString(3);
date = rs1.getDate(2);
}
}
Now I want to get the values like Username and Date into my velocity file , how can i do that
Thanks in advance
This is the same as you asked before, and didn't follow up. See https://answers.atlassian.com/questions/170560/viewing-sql-query-result-set-values-in-a-vm-file and give more information on what you've got.
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.