Dashboard adding links to dashboard items

I would like to add a column of links. For instance the “10 highest priority tickets I own” section I would like to add a “Resolve” link that will resolve the ticket. Just like the “Take” link takes the ticket from the “10 newest unowned tickets”.

Ideally I would like to make one column with a couple links separated by a / For instance two links tightly packed like: “Respond / Resolve” Any help accomplishing either of these would be awesome.

Cheers

Miles Scruggs
miles@digitalphotobox.net

smime.p7s (4.78 KB)

Does anyone have any idea how to do this?On Mon, Apr 15, 2013 at 3:00 PM, Miles Scruggs miles@digitalphotobox.netwrote:

I would like to add a column of links. For instance the “10 highest
priority tickets I own” section I would like to add a “Resolve” link that
will resolve the ticket. Just like the “Take” link takes the ticket from
the “10 newest unowned tickets”.

Ideally I would like to make one column with a couple links separated by a
/ For instance two links tightly packed like: “Respond / Resolve” Any
help accomplishing either of these would be awesome.

Cheers

Miles Scruggs
miles@digitalphotobox.net

Cheers,

Miles

Does anyone have any idea how to do this?

I would like to add a column of links.  For instance the "10 highest
priority tickets I own" section I would like to add a "Resolve" link
that will resolve the ticket.  Just like the "Take" link takes the
ticket from the "10 newest unowned tickets".

Ideally I would like to make one column with a couple links
separated by a /   For instance two links tightly packed like:
  "Respond / Resolve"  Any help accomplishing either of these would
be awesome.

If you click on the “Edit” link in the upper-right corner of the
dashboard section that you’d like to add the link to, you’ll be
presented with the query builder. Click the “Advanced” link on the top
right of that page (assuming RT4) and you should see the format box. In
that box, you’ll see something like:

id/TITLE:#’,
Subject/TITLE:Subject’,
QueueName’,
ExtendedStatus’,
CreatedRelative’,
'Take/TITLE: ’

Add another link next to the “Take” link like below:

id/TITLE:#’,
Subject/TITLE:Subject’,
QueueName’,
ExtendedStatus’,
CreatedRelative’,
'Take / Resolve/TITLE: ’

Notice that the ampersands are escaped.

Click Apply & you should be good to go. If you’d like to check quickly,
just click the “Show Results” link in the upper right.