I am new to OTRS, and running 3.0.5 on linux at the moment.
I am trying to add a text field to a ticket, but isn't working. For example, having a product field in the ticket would just be stellar.
I have looked the Admin guide (seen Config Options Ref), forum, web, youtube. While I have found a few brief references on the topic, I can't find any detailed info/step-by-step on how to do this.
I have dorked around with this for awhile... modified some things in Core::TicketFreeText and Frontend::Agent::Ticket::View based on what little I could find and guesses... but I see no changes when I pull up the new phone ticket.
Rather than highlight what I have done and set, perhaps it would be better if someone could briefly highlight how this would be done. I am not sure starting by demonstrating what I have done would be of much use, as I am a bit clueless on the steps and relationships between the different module/group things.
I am a little surprised I can't find a HOWTO or something in the Admin guide on this... something dummies oriented for someone like me... or perhaps I just overlooked it.
Many thanks
Add a Field to Tickets
Moderator: crythias
-
- Znuny newbie
- Posts: 10
- Joined: 12 Jul 2011, 06:09
- Znuny Version: 3.0.5
Add a Field to Tickets
OTRS 3.0.9
Fedora 15 (2.6.38.6-26.rc1.fc15.i686)
Apache, MySQL
Fedora 15 (2.6.38.6-26.rc1.fc15.i686)
Apache, MySQL
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Add a Field to Tickets
TicketFreeText or ArticleFreeText. Start your searches there.
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: 10
- Joined: 12 Jul 2011, 06:09
- Znuny Version: 3.0.5
Re: Add a Field to Tickets
Thanks for a bit more detail on where I should be focusing.
After posting, I learned that the field does show up... after I create the ticket. Anyways, scratching around in a hand full of forum posts and reviewing some basic parameter definitions (written by engineers no doubt) isn't the easiest path for beginners... as suggested a HOWTO or enhancing the doc a bit might be useful.
After posting, I learned that the field does show up... after I create the ticket. Anyways, scratching around in a hand full of forum posts and reviewing some basic parameter definitions (written by engineers no doubt) isn't the easiest path for beginners... as suggested a HOWTO or enhancing the doc a bit might be useful.
OTRS 3.0.9
Fedora 15 (2.6.38.6-26.rc1.fc15.i686)
Apache, MySQL
Fedora 15 (2.6.38.6-26.rc1.fc15.i686)
Apache, MySQL
-
- Znuny expert
- Posts: 250
- Joined: 12 Oct 2010, 01:35
- Znuny Version: 3.0.9
- Company: LRS Health
Re: Add a Field to Tickets
We all start somewhere mate,
Core::TicketFreeText to define the fields and set the variables
Ie. TicketFreeText1 = Product
Then you need to select it in each Frontend::Agent::Ticket::Module you want.
For instance, if you want to set the FreeTextField1 when adding a note, goto: Frontend::Agent::Ticket::ViewNote
Scroll down to: Ticket::Frontend::AgentTicketNote###TicketFreeText
Find where Key=1 (for TicketFreeText1) and set Value=1 or 2 (1 = visible, 2 = visible & enforced)
That should be enough to get you into it!
Core::TicketFreeText to define the fields and set the variables
Ie. TicketFreeText1 = Product
Then you need to select it in each Frontend::Agent::Ticket::Module you want.
For instance, if you want to set the FreeTextField1 when adding a note, goto: Frontend::Agent::Ticket::ViewNote
Scroll down to: Ticket::Frontend::AgentTicketNote###TicketFreeText
Find where Key=1 (for TicketFreeText1) and set Value=1 or 2 (1 = visible, 2 = visible & enforced)
That should be enough to get you into it!
OTRS: 3.0.9 & ITSM 3.0.4 - OS: Windows 7 - DB: MySQL - Heaps of random/useful hacks 
[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText

[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText
-
- Znuny newbie
- Posts: 10
- Joined: 12 Jul 2011, 06:09
- Znuny Version: 3.0.5
Re: Add a Field to Tickets
Sure... understand that there is a learning curve, but there are some areas which could use a little more substance to get people going. My intention is not to rip the app, docs, or anything... it is meant more to maybe be constructive to the powers that be. Actually I think it is all quite good for free.
Thank you both for your assistance.
Thank you both for your assistance.
OTRS 3.0.9
Fedora 15 (2.6.38.6-26.rc1.fc15.i686)
Apache, MySQL
Fedora 15 (2.6.38.6-26.rc1.fc15.i686)
Apache, MySQL