Standard Ticket Header Widget Alignment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 03:58 PM
Hello, oob the standard ticket header, returns the info fields defined on the ticket_configuration table and since its a comma separated value, it just returns like this on the portal
I currently have a requirement to modify this and align the info fields to a certain way.
Like below: (assignment group and assigned to should be on a separate rows and merged to 2 columns)
Caller | Category |
Priority | Urgency |
Assignment group | |
Assigned to |
Is this possible? Thanks so much for the help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 07:15 PM
Hi @Evren Yamin in that case you need to clone Standard Ticket Header widget and customise HTML part to display in tablular format
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 08:32 PM
Hello, @Harish KM, that is where I am lost since we are getting comma separated values, so we are calling the values in the html like this and it just aligns the fields in order.
how should I break the values in order to achieve the tabular format?