I need to preset the summary of service requests as service request name with reporter name for all the service request and need to hide from portal. Could you please help me to do that?
Hi @Sukanya KM and welcome to the Community!
You can hide the summary from your form by checking the box Use preset value and hide from portal. You may fill out the request name already as the default value.
Then, using an automation rule, you can update the summary after issues get created to add the reporter's name to it. The rule would be something like this:
edit the summary field and set its value to:
{{issue.summary}} {{issue.reporter.displayName}}
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.