Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Velocity - expression as argument?

Guenter Huber August 27, 2013

Method as an argument DOES work (as opposed to what I thought first), but it doesn t make sense in this case:

$space.key.substring($space.key.length())

What I actually wanted:

$space.key.substring($space.key.length() - 2)

But the expression as an argument doesn t work. Should it?
Thanks
G.

2 answers

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
Guenter Huber September 13, 2013
## @noparams
#set($len = $space.key.length() - 2)
$space.key.substring($len)

Workaround with var
0 votes
Julian Riedinger _Decadis AG_
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.
August 27, 2013

not testet but try

$space.key.substring(${space.key.length()} - 2)

Guenter Huber August 27, 2013

sorry, no go

TAGS
AUG Leaders

Atlassian Community Events