Custom Field Format Dashboard

Hi there :slight_smile:

I’m looking to modify the view of a Dash Board and insert a Custom Field insides it format.

An default example of this is

'<a href="__WebPath__/Ticket/Display.html?id=__id__">__id__</a>/TITLE:#',
'<a href="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a>/TITLE:Subject',
Priority,
QueueName,
ExtendedStatus

I was thinking of adding something like

<a href="__WebPath__/Ticket/Display.html?id=__id__">__CustomField=2__</a>/TITLE:CustomField',

You can edit saved searches from the search interface:

Where you can add or remove columns from the search results

1 Like