JIRA Misc Custom Field : Calculated Text Field

Marc Jason Mutuc
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.
June 2, 2014

Is there a way to replace "spaces" in text with another text using the text field? I tried incorportating .replace(" ","%20") but it does not work.

1 answer

1 accepted

0 votes
Answer accepted
Marc Jason Mutuc
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.
June 2, 2014
replaceAll("\\s+", "%20")

Suggest an answer

Log in or Sign up to answer