-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Description
When attempting to create a new group/department in Zammad, the system fails to create the group as expected. Instead of notifying the user of the failure, it silently falls back to using the default user group/department.
Current Behavior
- User attempts to create a new group/department
- The system accepts the input but doesn't create the group
- No error message is shown to the user
- The system defaults to using the user's default group/department
Expected Behavior
-
When creating a new group/department:
- The system should successfully create the new group in Zammad
- If creation fails, an appropriate error message should be displayed
- The system should not silently fall back to the default group
-
Error Handling:
- Show clear error messages if group creation fails
- Log detailed error information for debugging
- Provide user feedback about the failure
Steps to Reproduce
- Navigate to group/department creation
- Enter a new group name
- Submit the form
- Check Zammad admin panel to see if the group was created
Technical Details
- The issue likely occurs in the Zammad integration layer
- May be related to permission issues or API response handling
- Affects both the UI and any automated processes creating groups
Impact
- Users may be unaware their requested groups aren't being created
- Tickets may be assigned to incorrect default groups
- Potential security implications if sensitive tickets are misrouted
Additional Context
- This was observed in the customer information section of the application
- The system should either:
a) Successfully create the requested group, or
b) Clearly inform the user that group creation failed and why
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed