Search found 10 matches

by Chris28
25 Jul 2025, 15:43
Forum: Help
Topic: Missing control for ticket state change on ticket note page after upgrade to 7.1
Replies: 1
Views: 7564

Re: Missing control for ticket state change on ticket note page after upgrade to 7.1

Hi,

You can adjust the ticket status by enabling, saving and deploying the following system configuration: Ticket::Frontend::AgentTicketNote###State.
(See screenshot for reference)
Bildschirmfoto 2025-07-25 um 15.39.28.png
Bildschirmfoto 2025-07-25 um 15.36.09.png
Kind regards
-Christian
by Chris28
23 Jul 2025, 11:45
Forum: Help
Topic: PostmasterFollowUpState doesn't work as expected in Znuny 7.1.7
Replies: 1
Views: 7733

Re: PostmasterFollowUpState doesn't work as expected in Znuny 7.1.7

Hey,

Go to ADMINQueue and select the affected queue.

In the Follow up Option field, select possible.
Bildschirmfoto 2025-07-23 um 11.41.37.png
This will reopen closed tickets when a follow-up is created.

Kind regards

-Christian
by Chris28
15 May 2025, 13:01
Forum: General
Topic: not sending notifications
Replies: 1
Views: 32203

Re: not sending notifications

Hi,

Have you checked the communication log?
There are probably more details available.

Did you try to execute sending mails by the following command?

Code: Select all

bin/otrs.Console.pl Maint::Email::MailQueue --send --verbose --force

- Christian
by Chris28
06 May 2025, 12:21
Forum: Hilfe
Topic: Darstellung einer Mail
Replies: 1
Views: 12380

Re: Darstellung einer Mail

Hi,

im Standard lässt es sich nicht vermeiden, dass Anhänge in der Article Übersicht ausgeblendet werden.

LG,
Christian
by Chris28
06 May 2025, 12:10
Forum: Help
Topic: Not all attachments contained when forwarding via email
Replies: 3
Views: 6154

Re: Not all attachments contained when forwarding via email

Hi,

I can't reproduce the issue.
Did you see any error massages depending on the issue in the apache error log or in the znuny system log?

Kind regards,
Christian
by Chris28
07 Apr 2025, 13:07
Forum: Help
Topic: Search don't work on OTRS 6.0.15
Replies: 2
Views: 12690

Re: Search don't work on OTRS 6.0.15

Hello, To resolve the issue, please add an asterisk (*) at the end of your search query. Example: Instead of 20240315 enter 20240315* This enables a wildcard search, allowing partial matches to be found. Note: This behavior is standard in Znuny, as the search function does not automatically perform ...
by Chris28
04 Apr 2025, 10:58
Forum: Help
Topic: Cannot Fetch Email from Sharedmailbox from Office365
Replies: 2
Views: 16280

Re: Cannot Fetch Email from Sharedmailbox from Office365

Hello, The error message indicates that the token is not working anymore. To resolve the issue, you need to grant your O365 account full access rights to the mailbox. After that, request a new authentication token, which should successfully resolve the problem. Please let us know if the issue has be...
by Chris28
18 Mar 2025, 16:47
Forum: Help
Topic: Search Issues in OTRS 6.0.15
Replies: 1
Views: 25450

Re: Search Issues in OTRS 6.0.15

Hi, To resolve the issue, please add an asterisk (*) at the end of your search query. Example: Instead of 20240315 enter 20240315* This enables a wildcard search, allowing partial matches to be found. Note: This behavior is standard in Znuny, as the search function does not automatically perform par...
by Chris28
03 Feb 2025, 10:52
Forum: Help
Topic: New Agents
Replies: 7
Views: 26597

Re: New Agents

Hi,

this can be achieved through an SQL query as follows:

Admin -> SQL Box -> SELECT * FROM users WHERE valid_id=1

- Christian
by Chris28
31 Jan 2025, 11:50
Forum: Allgemeines
Topic: Ticket Benachrichtigung bei ausgefülltem Dynamischen feld.
Replies: 1
Views: 28446

Re: Ticket Benachrichtigung bei ausgefülltem Dynamischen feld.

Guten Tag Alex,
 anbei sende ich dir eine Anleitung für automatische E-Mail-Benachrichtigung bei Notizen mit "Nachricht an Kunde = Ja" in Znuny 7 1. Dynamisches Feld erstellen: - Gehe zu Admin > Dynamische Felder und erstelle ein neues Feld - Name: NachrichtAnKunde - Objekt: Ticket - Typ: ...