Generate FAQs based on available tickets

Moderator: crythias

Locked
vaishali_dolas
Znuny newbie
Posts: 17
Joined: 13 Sep 2010, 13:03
Znuny Version: 2.4.7
Location: India,Pune

Generate FAQs based on available tickets

Post by vaishali_dolas »

Hello,
Is there way to generated FAQ based on kind of request coming to OTRS.. :shock: that is dynamically create FAQ based on kind of issue coming in OTRS? :o
If it is having any kind of work around at code level i'm ready to do so.but before development i want feasibility study.So is it possible to do so?
Please any king of feedback our suggestion is welcome.
vaishali_dolas
Znuny newbie
Posts: 17
Joined: 13 Sep 2010, 13:03
Znuny Version: 2.4.7
Location: India,Pune

Re: Generate FAQs based on available tickets

Post by vaishali_dolas »

No 1 has face such issue till now?????
Is there any body who can help me out??? :(
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Generate FAQs based on available tickets

Post by jojo »

Copy & Paste is the option
"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
BIG_jan
Znuny advanced
Posts: 138
Joined: 05 Jun 2009, 11:32
Znuny Version: 3.3.8
Company: Netzlink Informationstechnik GmbH
Location: Wolfenbüttel,GER
Contact:

Re: Generate FAQs based on available tickets

Post by BIG_jan »

it is possible.
look at the Cape-Module and try and extract it.
https://support.cape-it.de/helpdesk/pub ... Q&ItemID=8
=> extensions for a FAQ Workflow:
- creating FAQ items from articles
- the new FAQ item will be put in category "FAQ Editorial"
- group faq_editors gets information via ticket about a new FAQ item
- group faq_editors reviews, edits, categorizes and publishes the new FAQ item
Live: OTRS 3.3.8, ITSM 3.3.8, in vm
Test: otrs 3.3.8, ITSM

OS: RedHat 6.5 64Bit, Apache: 2.2.15, MySQL 5.5.38, Perl: 5.10.1, mod_Perl 2.0.4
vaishali_dolas
Znuny newbie
Posts: 17
Joined: 13 Sep 2010, 13:03
Znuny Version: 2.4.7
Location: India,Pune

Re: Generate FAQs based on available tickets

Post by vaishali_dolas »

Hi,
Thanks for reply.. :)
I have tried to download OTRS::CiCS module,but it seems that it is in German language.
So is that module support English language module 2???

Please suggest me correct way of doing so,
BIG_jan
Znuny advanced
Posts: 138
Joined: 05 Jun 2009, 11:32
Znuny Version: 3.3.8
Company: Netzlink Informationstechnik GmbH
Location: Wolfenbüttel,GER
Contact:

Re: Generate FAQs based on available tickets

Post by BIG_jan »

I found my Changedoku, so here are the things to change:
- DL http://www.cape-it.de/tl_files/cape-it_ ... -3.3.5.opm
- open with editor
- take http://www.motobit.com/util/base64-decoder-encoder.asp to encode the 3 files (Kernel/Config/Files/FAQWorkflow.xml, Kernel/System/Ticket/Event/CreateFAQEntry.pm, kernel\language\de_FAQWorkflow.pm)
- copy this 3 files into your system

- Create group 'faq_editorial'
- Create the FAQ-Category 'FAQ-Editorial' -> commentary: 'for not yet published FAQ-articles' -> rights: faq_editorial
- Sysconfig Changes:

Code: Select all

Core::ArticleFreeText
ArticleFreeKey3 - Create FAQ-Entry
ArticleFreeText3 - {-, yes}
activate ArticleFreeText3 in SysConfigsettings

Code: Select all

Frontend::Agent::Ticket::ViewPhoneOutbound
Ticket::Frontend::AgentTicketPhoneOutbound###ArticleFreeText - {3, 1}

Frontend::Agent::Ticket::ViewCompose
Ticket::Frontend::AgentTicketCompose###ArticleFreeText - {3, 1}

Frontend::Agent::Ticket::ViewNote
Ticket::Frontend::AgentTicketNote###ArticleFreeText - {3, 1}

Frontend::Agent::Ticket::ViewPending
Ticket::Frontend::AgentTicketPending###ArticleFreeText - {3, 1}

Frontend::Agent::Ticket::ViewClose
Ticket::Frontend::AgentTicketClose###ArticleFreeText - {3, 1}
I hope you know what I mean
You do not have the required permissions to view the files attached to this post.
Live: OTRS 3.3.8, ITSM 3.3.8, in vm
Test: otrs 3.3.8, ITSM

OS: RedHat 6.5 64Bit, Apache: 2.2.15, MySQL 5.5.38, Perl: 5.10.1, mod_Perl 2.0.4
vaishali_dolas
Znuny newbie
Posts: 17
Joined: 13 Sep 2010, 13:03
Znuny Version: 2.4.7
Location: India,Pune

Re: Generate FAQs based on available tickets

Post by vaishali_dolas »

Hi BIG_jan,
Thanks for your help..
Your solution work at my end.... :D
Thanks a lot... u r gr8..... :)
Locked