-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When you try to import a Service via otobo.Console.pl it is missing a Description, as soon as the ServiceCatalog package is installed.
There is no option for it.
otobo@0f3c0ebf6a1f:~$ bin/otobo.Console.pl Admin::Service::Add --name 'Applications' --parent-name '' --criticality '3 normal' --type 'Other'
Adding a new service...
ERROR: OTOBO-otobo.Console.pl-Admin::Service::Add-46 Perl: 5.38.5 OS: linux Time: Thu Sep 4 14:15:40 2025
Message: Need Descriptions!
Traceback (185962):
Module: Kernel::System::Service::ServiceAdd Line: 875
Module: Kernel::System::Console::Command::Admin::Service::Add::Run Line: 172
Module: (eval) Line: 488
Module: Kernel::System::Console::BaseCommand::Execute Line: 482
Module: Kernel::System::Console::InterfaceConsole::Run Line: 88
Module: bin/otobo.Console.pl Line: 40
Error: Can't add service.
otobo@0f3c0ebf6a1f:~$ bin/otobo.Console.pl Admin::Service::Add --help
Add new service.
Usage:
otobo.Console.pl Admin::Service::Add --name ... --criticality ... --type ... [--parent-name ...] [--comment ...]
Options:
--name ... - Name of the new service.
--criticality ... - Criticality of the new service.
--type ... - Type of the new service.
[--parent-name ...] - Parent service name. If given, the new service will be a subservice of the given parent.
[--comment ...] - Comment for the new service.
[--help|h] - Display help for this command.
[--no-ansi] - Do not perform ANSI terminal output coloring.
[--quiet] - Suppress informative output, only retain error messages.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request