Viewing values in velocity file in jira?

Nageswarara Rao May 19, 2013

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

1 answer

1 accepted

0 votes
Answer accepted
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 19, 2013

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.

Suggest an answer

Log in or Sign up to answer