Hi there,
I am justbstarting with JIRA and I am creating a rule.
I am currently defining a variable and would like to set the value like
{{issue.summary.substringsbetween(", ","-")}}
this doesn't work.what might by the issue?
Kind Reagrds
Hello @Johannes Fuenger
Welcome to the Atlassian community.
You have used the wrong function name.
The correct function name is substringBetween(), not substringsBetween()
Hi @Johannes Fuenger and welcome to the community!
I believe you have a typo in there. should be substringBetween (no additional 's')
{{issue.summary.substringBetween(", ","-")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.