Hello Community,
We'd love some help in fetching a number with regex.
My string is: "CIO: 15%"
I want to fetch: 15
i tried doing
{{issue.customfield.match("\d+")}} but its not working.
anyone knows the correct syntax?
Thanks
Ariel
Hi,
I just tested it, and you need something like this : {{issue.summary.match("(\d+)")}}
found the problem, what you wrote works, thank you.
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.