Something went wrong while setting issue due date.
template placeHolder
Closed
template placeHolder
It should be nice to have a way to extract X last caracters of a field ex : telephoneNumber : "+ 05 25 58 46 63"
%s[5,e]|telephoneNumber% correspond to "46 63" ( [5,e] 5caracters from the end) %s[6,b]|telephoneNumber% correspond to "+ 05 2" ( [6,b] 6 caracters from the beginnng)