Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Viewing values in velocity file in jira?

Nageswarara Rao
Contributor
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-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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
TAGS
AUG Leaders

Atlassian Community Events