I am trying to use substring. But I cannot figure out the length of my String.
According to Handlebars a .length should be possible but within the Jenkins pipeline it is not.
Try {{person.lastname.length}} in https://handlebarsjs.com/examples/path-expressions-dot.html
Does not work in Jenkins with {{issue.length}}