View Ticket ownership, responsible or lock in dashboard
Moderator: crythias
View Ticket ownership, responsible or lock in dashboard
Hello Again,
Is it possible to configure the dashboard to view tickets and the Agent associated with the ticket; either by ownership, responsible or who has it locked?
I've seen this feature in other helpdesk / service desk applications and would really like to know how it can be done in OTRS.
Any ideas, tips, tricks or configuration suggestions would be greatly appreciated.
mrq
Is it possible to configure the dashboard to view tickets and the Agent associated with the ticket; either by ownership, responsible or who has it locked?
I've seen this feature in other helpdesk / service desk applications and would really like to know how it can be done in OTRS.
Any ideas, tips, tricks or configuration suggestions would be greatly appreciated.
mrq
OTRS 2.4.7 using mySQL on Linux openSUSE 11.2
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: View Ticket ownership, responsible or lock in dashboard
Edit AgentDashboardTicketGeneric.dtl (it's best to do this in your own theme.)
about line 53:
about line 53:
Code: Select all
<td width="60%">
<div title="$QData{"Title"}">$QData{"Title","70"}</div>
</td>
<td>$QData{"Owner"}</td> <!-- add this line -->
<td>$QData{"Responsible"}</td> <!-- and maybe this line, too -->
<td>$QData{"Time"}</td>
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: View Ticket ownership, responsible or lock in dashboard
Hi
it is possbile to show the CustomerCompany ??
This example does not work, and many others too like "Company, CustomerCompany, UserCompany.
Thank you
it is possbile to show the CustomerCompany ??
This example does not work, and many others too like "Company, CustomerCompany, UserCompany.
Code: Select all
<td>$QData{"CustomerCompanyName"}</td>
Produktiv: OTRS 2.4.7
TESTING : OTRS::ITSM 2.0.2 + Customizing & SIRIOS
TESTING : OTRS::ITSM 2.0.2 + Customizing & SIRIOS
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: View Ticket ownership, responsible or lock in dashboard
If the option you chose doesn't work, then it's not built-in.
I should note that Queue does work, though.
I should note that Queue does work, though.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: View Ticket ownership, responsible or lock in dashboard
Did you try CustomerID?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: View Ticket ownership, responsible or lock in dashboard
cythias,
I finally had the chance to input your suggestion.
Worked like a charm
thanks again.
mrq
I finally had the chance to input your suggestion.
Worked like a charm
thanks again.
mrq
OTRS 2.4.7 using mySQL on Linux openSUSE 11.2
-
- Znuny newbie
- Posts: 27
- Joined: 20 Jun 2012, 10:50
- Znuny Version: 3.1.6
Re: View Ticket ownership, responsible or lock in dashboard
Hi
Now that we have this established, is it possible to filter only tickets by certain owner in the dashboard? I know you can do it using the search option but it is long winded and time consuming. Is there not a filter button on the dashboard itself for this?
I have an agent who only wants to see the tickets assigned to him and which are new/open
Thanks!
Now that we have this established, is it possible to filter only tickets by certain owner in the dashboard? I know you can do it using the search option but it is long winded and time consuming. Is there not a filter button on the dashboard itself for this?
I have an agent who only wants to see the tickets assigned to him and which are new/open
Thanks!
Re: View Ticket ownership, responsible or lock in dashboard
there are already build in filters for your own (locked) tickets
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 27
- Joined: 20 Jun 2012, 10:50
- Znuny Version: 3.1.6
Re: View Ticket ownership, responsible or lock in dashboard
And if we are not talking about locked tickets?
I am referring to open and new tickets which are NOT locked to the owner
Thanks
I am referring to open and new tickets which are NOT locked to the owner
Thanks
Re: View Ticket ownership, responsible or lock in dashboard
As you wrote:
This is exactly what is done by the dashboardI have an agent who only wants to see the tickets assigned to him and which are new/open
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: View Ticket ownership, responsible or lock in dashboard
why this code does not work?
it's different from owner.
when i changed owner to UserFirstname the dashboard turns out nothing, why is that?
is there the field name i can look for?
Thanks!
Code: Select all
<td>$QData{"UserFirstname"} $QData{"UserLastname"}</td>
when i changed owner to UserFirstname the dashboard turns out nothing, why is that?
is there the field name i can look for?
Thanks!
OTRS Version: 3.1.9
OS: windows 2003
ITSM 3.1.6
MySQL 5.xxx
OS: windows 2003
ITSM 3.1.6
MySQL 5.xxx
-
- Znuny newbie
- Posts: 27
- Joined: 20 Jun 2012, 10:50
- Znuny Version: 3.1.6
Re: View Ticket ownership, responsible or lock in dashboard
Ok so I have enabled the My Responsibilities module in the Dashboard. However what I want is to see the tickets listed which are my responsibility (being the owner) but all I see are all tickets by each agent
Re: View Ticket ownership, responsible or lock in dashboard
there has your responsibility tickets in the Dashboard: my responsibility ; my queue ; all ticketsCheesypuffs wrote:Ok so I have enabled the My Responsibilities module in the Dashboard. However what I want is to see the tickets listed which are my responsibility (being the owner) but all I see are all tickets by each agent
OTRS Version: 3.1.9
OS: windows 2003
ITSM 3.1.6
MySQL 5.xxx
OS: windows 2003
ITSM 3.1.6
MySQL 5.xxx
-
- Znuny newbie
- Posts: 27
- Joined: 20 Jun 2012, 10:50
- Znuny Version: 3.1.6
Re: View Ticket ownership, responsible or lock in dashboard
OK, I see it now. However I am more interested in having the same as My Responsibilities but called "Owned Tickets". My responsibilities are not the same as tickets owned by me. In all other ticketing systems, I have been able to list all tickets owned by me (assigned to me). Is there a module just like My responsibilities which can be created in the dashboard which filters Owned tickets. I am sure it is possible given that My Responsibilities depends on the field Responsible.
Any ideas how to formulate it or where to look? (.pm, .dtl, etc)
Thanks
Any ideas how to formulate it or where to look? (.pm, .dtl, etc)
Thanks
-
- Znuny newbie
- Posts: 25
- Joined: 23 Oct 2013, 14:12
- Znuny Version: 3.2.11
- Real Name: Michael Steib
Re: View Ticket ownership, responsible or lock in dashboard
Hi
I am also interested in having a new button instead of OR like "my locked tickets" which is called "my owned ticket". This sould then show me only the tickets owned by me and all this for reminder tickets, new tickets and open tickets.
Would be great if someone can help here.
Thanks and best regards
michael
I am also interested in having a new button instead of OR like "my locked tickets" which is called "my owned ticket". This sould then show me only the tickets owned by me and all this for reminder tickets, new tickets and open tickets.
Would be great if someone can help here.
Thanks and best regards
michael