{{issue.summary}} = "[ABC] How are you doing?"
Summary: = [XYZ] - {{issue.summary}}
Summary Result: [XYZ] - [ABC] How are you doing?
Expected Result: [XYZ] - How are you doing?
What changes do I need to make to get the expected result?
Hi @rjrajatdeep and welcome to the Community!
There's a lot of text functions you can use to manipulate text strings in smart values. Have a look at this support article to learn more. The best option will depend on your scenario in real life.
Assuming that your example is literally what you want to achieve, the following solution might be the most straightforward option:
{{issue.summary.replace("[ABC]","[XYZ] - ")}}
Hope this helps!
Works thank you and thank you for the link, that helps
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.