How to link dynamic fields to queues?
Moderator: crythias
-
- Znuny newbie
- Posts: 29
- Joined: 19 Sep 2014, 15:34
- Znuny Version: 3.3.9
- Real Name: Marcos
- Company: UFCA
How to link dynamic fields to queues?
Hello.
I would like to be able to create a dynamic field and make it appear only in a specific queue. Is there a way to do this?
Thank you.
Marcos
I would like to be able to create a dynamic field and make it appear only in a specific queue. Is there a way to do this?
Thank you.
Marcos
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How to link dynamic fields to 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
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: 29
- Joined: 19 Sep 2014, 15:34
- Znuny Version: 3.3.9
- Real Name: Marcos
- Company: UFCA
Re: How to link dynamic fields to queues?
Is there any plan to support this feature in OTRS out of the box? I mean, by adding a 'Queue' in the Actions section in Dynamic Fields Management, for example? I think the request of this feature is very high.crythias wrote:Maybe
Re: How to link dynamic fields to queues?
there is a feature add on to show/hide dynamic fields based on ACLs. (you have to be service customer to get it)
It does not make any sense to bind fields to queues as it might causes issues on ticket move
It does not make any sense to bind fields to queues as it might causes issues on ticket move
"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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How to link dynamic fields to queues?
I can't tell you the plans of the programmers, because I don't know the answer.
To do this server side isn't exactly trivial and could theoretically add more questions than currently. (Specifically, I can tell you that the question of "Why isn't my field showing for this [ticket]?" is likely to overtake this forum.)
To do this server side isn't exactly trivial and could theoretically add more questions than currently. (Specifically, I can tell you that the question of "Why isn't my field showing for this [ticket]?" is likely to overtake this forum.)
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: 29
- Joined: 19 Sep 2014, 15:34
- Znuny Version: 3.3.9
- Real Name: Marcos
- Company: UFCA
Re: How to link dynamic fields to queues?
I really don't understand how you can say that it does not make any sense to bind fields to queues. If you say this from the issues that would arise from a technical standpoint because the way OTRS is designed I can understand. But even this is not a problem with the feature, but a problem with the way OTRS is designed internally that doesn't take into account a feature like this from the very beginning. So it is very hard to change now.jojo wrote:there is a feature add on to show/hide dynamic fields based on ACLs. (you have to be service customer to get it)
It does not make any sense to bind fields to queues as it might causes issues on ticket move
But the feature does make sense. Some departments in a company want some specific fields that are not necessary in others departaments. And these fields are really required for those departments. I don't want to see these fields in all departments as they don't even make sense. OTRS, in this case, is taking the all or nothing approach regarding dynamic fields (either you associate a dynamic field with all departments or tickets or don't even think of creating one).
Re: How to link dynamic fields to queues?
there are other ways to achive this, like the TicketForms Addon or the Process Feature within OTRS
"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: 29
- Joined: 19 Sep 2014, 15:34
- Znuny Version: 3.3.9
- Real Name: Marcos
- Company: UFCA
Re: How to link dynamic fields to queues?
Could you provide links to these two informations so that I can have a look at them? And by the way, which one do you recommend?jojo wrote:there are other ways to achive this, like the TicketForms Addon or the Process Feature within OTRS
Re: How to link dynamic fields to queues?
the process feature ist build in. http://www.youtube.com/watch?v=piY4nZsmrOg
the other one is a feature add exclusivly available for service customers
the other one is a feature add exclusivly available for service customers
"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: 29
- Joined: 19 Sep 2014, 15:34
- Znuny Version: 3.3.9
- Real Name: Marcos
- Company: UFCA
Re: How to link dynamic fields to queues?
Thank you.