Files
chill-bundles/resources/ticket_motives_import/README.md
Julien Fastré 4f51ef81ad Add resources and examples for chill:main:ticket_motives_import command
- Added a `README.md` file in `resources/ticket_motives_import/` to explain the command's usage.
- Included a sample `motives.yaml` file with predefined ticket motives for importing.
2025-09-29 13:05:42 +02:00

626 B

In this directory, you find an example of file for the command chill:main:ticket_motives_import.

This file contains a list of ticket motives to import into the system. Each entry is a dictionary with two keys: code and label. The code key contains the unique code for the ticket motive, and the label key contains the human-readable label for the ticket motive.

The stored_objects key contains the documents that will be associated with the tickets. They must be found in the same directory.

The command chill:main:ticket_motives_import uses this file to import the specified ticket motives into the system.