Agent custom ticket operations & static value of field
Moderator: crythias
Agent custom ticket operations & static value of field
Hello,
I have 2 questions (as usual).
The first one is concerning operating with tickets. There are many things you can do with a ticket - change priority, move to another queue etc. Is there a way to create own popup form containing some chosen specific fields? The case would be just to click one operation, where priority change, service selection and these things would pop up.
The second one is: I have succesfully get to work LDAP with AD. There is created a mapping to fields. The case would be to set one of the fields (in this case CustomerID) to a static value - not to bind it to any field from LDAP. The point is the OTRS is running for just one company which I'd like to have set to static value as CustomerID, so they're able to see each other's tickets.
Thanks in advance for any help.
I have 2 questions (as usual).
The first one is concerning operating with tickets. There are many things you can do with a ticket - change priority, move to another queue etc. Is there a way to create own popup form containing some chosen specific fields? The case would be just to click one operation, where priority change, service selection and these things would pop up.
The second one is: I have succesfully get to work LDAP with AD. There is created a mapping to fields. The case would be to set one of the fields (in this case CustomerID) to a static value - not to bind it to any field from LDAP. The point is the OTRS is running for just one company which I'd like to have set to static value as CustomerID, so they're able to see each other's tickets.
Thanks in advance for any help.
OTRS 3.0.11, Centos 6.0 x64, MySQL/MSSQL
-
- Znuny newbie
- Posts: 17
- Joined: 09 Jul 2012, 12:16
- Znuny Version: 3.1.7
- Real Name: Rafael Quitério
- Company: CENFIM
Re: Agent custom ticket operations & static value of field
Hi;
Did you get some feedback for the first question?
I'm asking the same question right now.
Regards.
Did you get some feedback for the first question?
I'm asking the same question right now.
Regards.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Agent custom ticket operations & static value of field
You can, for instance, change "Note" to do almost all of that. Ticket -> Frontend::Agent::Ticket::ViewNote
If you want to Move and note ...
Ticket -> Frontend::Agent::Ticket::ViewMove
change dropdown to new window and enable other entries.
In fact, you can make multiple operations available on most interfaces.
If you want to Move and note ...
Ticket -> Frontend::Agent::Ticket::ViewMove
change dropdown to new window and enable other entries.
In fact, you can make multiple operations available on most interfaces.
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
-
- Znuny newbie
- Posts: 17
- Joined: 09 Jul 2012, 12:16
- Znuny Version: 3.1.7
- Real Name: Rafael Quitério
- Company: CENFIM
Re: Agent custom ticket operations & static value of field
Thanks for your time;
What we actually want to do is:
1. change the queue
2. change de owner
3. in some cases, change also the responsible
these 3 actios in one screen, if possible.
I understand how to enable the responsible and owner fields changing Ticket -> Frontend::Agent::Ticket::ViewNote parameters, but i don't see how no enable the queue field on the Note screen (for example).
Am I missing something?
Thanks.
What we actually want to do is:
1. change the queue
2. change de owner
3. in some cases, change also the responsible
these 3 actios in one screen, if possible.
I understand how to enable the responsible and owner fields changing Ticket -> Frontend::Agent::Ticket::ViewNote parameters, but i don't see how no enable the queue field on the Note screen (for example).
Am I missing something?
Thanks.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Agent custom ticket operations & static value of field
You can't change owner and queue at the same, though in both responsible and owner, you can enable the other, but not queue.
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
-
- Znuny newbie
- Posts: 17
- Joined: 09 Jul 2012, 12:16
- Znuny Version: 3.1.7
- Real Name: Rafael Quitério
- Company: CENFIM
Re: Agent custom ticket operations & static value of field
So, the feature I am asking for has always to be done in 2 actions/screens?
Can this limitation be overriden by code? Other sugestion?
Thank you very much.
Can this limitation be overriden by code? Other sugestion?
Thank you very much.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Agent custom ticket operations & static value of field
Yes, unless you want to use a generic agent to do it.rdquiterio wrote:So, the feature I am asking for has always to be done in 2 actions/screens?
It's possible, though it depends on different paths.rdquiterio wrote:Can this limitation be overriden by code? Other sugestion?
But, let's say a ticket arrives in the email bucket (Main or Raw). The moment I as agent touch it to reply or lock, it's *mine*. The next step might be to move it to a queue I control.
If I'm a dispatcher, I might own the ticket, set a responsible, and not worry about the queue.
If I'm not involved with the ticket at all, but I have to assign it (?) well, that becomes a bit more of a hassle.
If I could do anything to get the computer to know what queue belongs to the ticket, I'd try to do that.
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
-
- Znuny newbie
- Posts: 17
- Joined: 09 Jul 2012, 12:16
- Znuny Version: 3.1.7
- Real Name: Rafael Quitério
- Company: CENFIM
Re: Agent custom ticket operations & static value of field
2 Questions, pls.crythias wrote:You can't change owner and queue at the same, though in both responsible and owner, you can enable the other, but not queue.
First, regarding the Move Queue:
I noticed that I can change Queue and Owner with the Move Queue Screen. Is there a way of placing the Responsible field in this screen?
Second, regarding Ticket::ResponsibleAutoSet ("Automatically sets the owner of a ticket as the responsible for it ") :
When using the Move Queue Screen and setting a new owner, the responsible does not become equal to the owner I choose but equal to the agent who is moving the ticket. Is there a contradiction here or a misunderstanding of mine?
Thanks
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Agent custom ticket operations & static value of field
Probably because the responsible is set to the owner who is moving the ticket not the destination owner.rdquiterio wrote:the responsible does not become equal to the owner I choose but equal to the agent who is moving the ticket. Is there a contradiction here or a misunderstanding of mine?
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