I am trying to edit our 'Sprint' Name using Smart Values with Text and it's not working... help?
Our Sprint Name is 'ABC 2022-20' and I want to remove the 'ABC' so that I can create a label named '2022-20'
Attempting to do it with {{issue.summary.remove("SF ")}} and also tried {{issue.sprint.right(3)}} however nothing is populating...
I tried doing it in the variable... but now about to try and put the basic value in the variable and do the 'remove' part on the variable vs. the Sprint.
Got it...
{{sprint.name.remove("ABC ")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.