in update on transition ,
i have updated that summary will be filled with ticket no, case id, username etc,
they are differentiated with a "," ( ticket no , case id , username)
if case id is not available i get ( ticket no ,, username )
how do i remove the coma's when one of the values is missing.
i need the output as ( ticket no , username )
Hi @siva,
To remove the double commas from summary field, you can add another post function using Update on Transition with RegEx. Updating the transition with below given code in your summary field will remove double commas and replace with a single comma.
%set_regex_(.*),{2,}(.*)% %function_findReplace('%original_summary%', '$1,$2')%
Please see below screenshot for reference.
Hope this helps.
Thanks,
Reshma
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.