Exclude tickets from Dashboard "New Tickets/All queues"

Moderator: crythias

Post Reply
baumbuwe
Znuny newbie
Posts: 26
Joined: 17 Mar 2011, 11:56
Znuny Version: 3.3.8
Real Name: Uwe Baumbach
Company: Verein für Computergenealogie e.V.
Contact:

Exclude tickets from Dashboard "New Tickets/All queues"

Post by baumbuwe »

Hi,

we have two queues ("junk" and "spam suspicious") whose tickets we want to exclude from the dashboard New Tickets and Open Tickets lists with filter "all queues".

That means "all queues" should be interpreted as "all without these two".

Testing around in Ticket -> Frontend::Agent::Dashboard DashboardBackend###0120-TicketNew I couldn´t find out correct syntax to set attributes.

I thought something like "Queues<>Junk;" might do - but ... :(

Any suggestions??

THX in advance.
Uwe
Still awaiting a response...
Uwe

--

One man's error is another mans data. (Murphy,one of his laws)
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by crythias »

You won't see queues if you're not a member of the groups the queues belong to.
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
baumbuwe
Znuny newbie
Posts: 26
Joined: 17 Mar 2011, 11:56
Znuny Version: 3.3.8
Real Name: Uwe Baumbach
Company: Verein für Computergenealogie e.V.
Contact:

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by baumbuwe »

Hi,

in general you are right.

But we have admins/agents, who have to care about mentioned two queues beside their daily ticket work.

Ofcourse, they might work with a second logon - but this isn´t nice.

Our goal is:
to exclude tickets of the two queues from the genereal "all" lists and leave them in the responsibility of special admins.

Greetings
Uwe
Still awaiting a response...
Uwe

--

One man's error is another mans data. (Murphy,one of his laws)
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by crythias »

consider not making these queues part of their "my queues" ...
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
baumbuwe
Znuny newbie
Posts: 26
Joined: 17 Mar 2011, 11:56
Znuny Version: 3.3.8
Real Name: Uwe Baumbach
Company: Verein für Computergenealogie e.V.
Contact:

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by baumbuwe »

Misunderstanding.

They do have their own list of "my queues".
This is for handling tickets relating to their subject.

And:
They are technically responsible for the whole system, have an eye for "all" tickets and queues, but, please, not for spam & junk.
And this is perhaps 60% of new tickets.
(We work about healing this, but this is another story.)

It indeed seems to be sophisticated to exclude two queues from the "all" set of queues?!

Greetings
Uwe
Still awaiting a response...
Uwe

--

One man's error is another mans data. (Murphy,one of his laws)
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by crythias »

Or a state type (not state, state type) that isn't "open". State type="spam" State="open possible spam".

These will not show up on dashboard, unless the visible state types include the new "spam" state type.
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
baumbuwe
Znuny newbie
Posts: 26
Joined: 17 Mar 2011, 11:56
Znuny Version: 3.3.8
Real Name: Uwe Baumbach
Company: Verein für Computergenealogie e.V.
Contact:

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by baumbuwe »

Interesting idea.
I may introduce these two state types.

Next steps are?

Current workflow is:

A filter redirects incoming mails with a header X-Spam-Level into queue Spam-Verdacht ("spam suspicion"), creating there new tickets.
They should get the new status "spam suspicioned" automatically?!

And so tickets being moved from elsewhere into queue Junk should/could change state to "Junk".
could be done manually during move - but this is fault-prone.

How to achieve this automatism?

Greetings
Uwe

How to automate
Still awaiting a response...
Uwe

--

One man's error is another mans data. (Murphy,one of his laws)
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by crythias »

The spam can be handled by PostMasterFilter. The junk can be handled by Generic Agent.
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
baumbuwe
Znuny newbie
Posts: 26
Joined: 17 Mar 2011, 11:56
Znuny Version: 3.3.8
Real Name: Uwe Baumbach
Company: Verein für Computergenealogie e.V.
Contact:

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by baumbuwe »

> The spam can be handled by PostMasterFilter.

... means to set X_OTRS_State ?!

> The junk can be handled by Generic Agent

asynchronous every 10 minutes
Still awaiting a response...
Uwe

--

One man's error is another mans data. (Murphy,one of his laws)
ngow
Znuny newbie
Posts: 1
Joined: 19 Jul 2011, 15:47
Znuny Version: 2.0.4 and 3.07

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by ngow »

This is exactly the sort of customisation that we are looking for, using the Generic Agent to change the state sort of works but is a bit irritating and always has a lag. I am presuming that there is no way of specifying the Queues required in the Attributes or the Filter setting for the Ticket -> Frontend::Agent::Dashboard, DashboardBackend###0120-TicketNew config?

If it is possible does anybody has a syntax example?

BTW One change we made to help was to add a Junk link directly to a ticket view, which changed the queue and the state, only made it to 2.0.4, am now upgrading and looking at 3.0.7 to do the same thing.
2.0.4 and 3.0.7 mysql and mssql windows and ubuntu.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by crythias »

If the junk and spam queues are not in "My Queues", they won't see them on dashboard for "My Queues" but they will see those queues in Tickets, Queue View.

But since the OP wants this to not be in "All Queues" the only filter there is not being a member of the group. This is just standard fair.

There is not another way to filter this by default without giving the Junk or Spam Queue another attribute that isn't shown.

If you want to make something happen immediately upon ticket create, consider a ticket event instead of a Generic Agent.

It won't be too difficult.
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
cjseriy
Znuny newbie
Posts: 27
Joined: 05 Jan 2011, 22:03
Znuny Version: 3.04

Re: Exclude tickets from Dashboard "New Tickets/All queues"

Post by cjseriy »

H1!
Have i understood it right?
In order to exclude spam marked tickets from dashboard so that they could be still accessible from Tickets menu I have to create new state type "spam" and make this state automatically set to tickets marked as spam?
Thats all?
OTRS 3.0.4, FreeBSD, using not for IT but as a service desk only to effectively process customer's requests.
Post Reply