can I show tickets by State (instead of StateType) in Dashbo

Moderator: crythias

Locked
racagalro
Znuny newbie
Posts: 16
Joined: 27 May 2013, 15:58
Znuny Version: 3.3.1

can I show tickets by State (instead of StateType) in Dashbo

Post by racagalro »

Hi,

I need to show tickets in agent Dashboard that are in a new state that I created. This State belongs to StateType "closed" but i don't want to show all "closed" tickets, only those in this special state.
Is it possible?

I've been digging in Ticket.xml and made some tests using States= in Attributes of a DashboardBackend Item, but no success.

Thanks and best regards.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: can I show tickets by State (instead of StateType) in Da

Post by crythias »

filters are by members of state types ...
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
racagalro
Znuny newbie
Posts: 16
Joined: 27 May 2013, 15:58
Znuny Version: 3.3.1

Re: can I show tickets by State (instead of StateType) in Da

Post by racagalro »

Could you please give me an example of filter using?

Thanks and best regards
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: can I show tickets by State (instead of StateType) in Da

Post by crythias »

Sorry for the additional verbiage. Seek available State Types in sysconfig.
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
racagalro
Znuny newbie
Posts: 16
Joined: 27 May 2013, 15:58
Znuny Version: 3.3.1

Re: can I show tickets by State (instead of StateType) in Da

Post by racagalro »

The StateType is "closed" and is easy to list all tickets in this state type by putting "Attributes: StateType=closed". I tested and it works.

However, a need to list only those tickets in StateType "closed" that are in State "Detenido" which is a new state a created (of State Type "closed").

Could I add a filter which selects from the whole list of tickets in state type "closed" only those in state "Detenido" ?
Which is the syntax of Filter conditions ?

Thanks and best regards
Locked