Knowledge Base Articles

After installation of the package some new dynamic field are added to the Create Knowledge Base Article and the Update Knowledge Base Article screens.

It is possible to define the ticket fields to be auto-populated and the ones that has to be filled manually.

By default only certain dynamic fields are shown in the knowledge base article creation and edit screens, those that controls the frequency of the ticket creation but not ones that set values for the ticket, instead the ticket uses the default values provided in the system configuration settings described in Dynamic Fields chapter of the administrator interface.

See also

To show the dynamic fields that set ticket values:

  1. Go to the System Configuration screen.

  2. Search for settings Forms###AgentFrontend::KnowledgeBaseArticleCreate::Properties and/or Forms###AgentFrontend::KnowledgeBaseArticleUpdate::Properties.

  3. Update their Hidden values from 1 to 0 as any other dynamic field.

Use Case Example

The following example assumes that all knowledge base article dynamic fields that set ticket values are activated for the Create Knowledge Base Article screen and the configuration of each dynamic field is set with valid values for the system.

To create a knowledge base article which will be triggered for the ticket creation:

  1. Create a new knowledge base article.

  2. Set 2020-09-15 10:00:00 for Ticket create start time.

  3. Set 2021-09-15 10:00:00 for Ticket create end time.

  4. Set Daily for Ticket create frequency.

  5. Set 01 for Ticket create repeat times.

  6. Select Monday and Friday for Ticket create repeat on days.

  7. Fill the following fields to define the values for the ticket which will be created:

    • Ticket create customer user

    • Ticket create owner

    • Ticket create responsible

    • Ticket create ticket type

    • Ticket create queue

    • Ticket create priority

    • Ticket create service

    • Ticket create SLA

    • Ticket create state

Create Knowledge Base Article

Create Knowledge Base Article

Now every Monday and Friday in the range of 2020-2021 years the OTRS daemon cron job will create a ticket for this knowledge base article.

Warning

Times scheduled during daylight saving time start and daylight saving time end can have unexpected effects. At daylight saving time start it can be skipped and at daylight saving time end it can be executed twice. It is highly not recommended to schedule times when the daylight saving time starts or ends according to the server timezone.

Scroll to Top