mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
- 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.
626 B
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.