Search found 10 matches

by alek12z
31 Dec 2022, 23:03
Forum: General
Topic: Update from OTRS 6.0.30 CE to Znuny 6.1 fails
Replies: 2
Views: 2380

Update from OTRS 6.0.30 CE to Znuny 6.1 fails

Hi All,

I need to update OTRS from current CE 6.0.30, to Znuny latest one, since i need to move on OAuth 2.0 for fetching/sending mails:

Here is brief from environment:

**OTRS**:
PRODUCT = OTRS
VERSION = 6.0.30
BUILDDATE = Tue Sep 29 15:59:13 CEST 2020
BUILDHOST = otrsbuild.otrs.com
COMMIT_ID ...
by alek12z
10 Dec 2021, 13:06
Forum: Help
Topic: Add "BusinessArea" AD attribute in search ticket function
Replies: 1
Views: 1819

Add "BusinessArea" AD attribute in search ticket function

Hi we have OTRS 6.0.30 version, connected to AD via LDAP to get users as customers.

I would like to set "BusinessArea" attribute from AD, where we can see tickets coming from different Business Units(snip 001).

So far, i was able to set it under "Customer ticket information" as additonal field ...
by alek12z
09 Jul 2021, 13:42
Forum: Help
Topic: Enfore TLS when sending outbound emails from OTRS
Replies: 3
Views: 1978

Re: Enfore TLS when sending outbound emails from OTRS

Hi Wurzel,

Thank you for your reply.

we use Microsoft Exchange Online for mail server, and yes Sendmail is configured


SendmailModule: Kernel::System::Email::SMTPTLS
SendmailModule::Host: smtp.office365.com
SendmailModule::Port: 587

along with username and password for AuthUser and AuthPassword ...
by alek12z
09 Jul 2021, 12:19
Forum: Help
Topic: Enfore TLS when sending outbound emails from OTRS
Replies: 3
Views: 1978

Enfore TLS when sending outbound emails from OTRS

Hi we have sendmail configured for sending ticket replies, using port 587.

all works fine, except when sending emails, TLS encryption is not used(tlsversion=NONE in logs)(logs from email server)


PSComputerName : outlook.office365.com
RunspaceId : 86aa4b90-4d93-4746-a2af-af8e1e5c2f0b ...
by alek12z
26 Apr 2021, 14:53
Forum: Help
Topic: [SOLVED]Changing ticket state from agent interface
Replies: 4
Views: 3647

Re: Changing ticket state from agent interface

Actually,

I found workaround, that is working fine:

Ticket::Frontend::AgentTicketNote###State

Here, i can set the state of the ticket.

Thanks.

Aleksandar
by alek12z
25 Mar 2021, 10:44
Forum: Help
Topic: [SOLVED]Changing ticket state from agent interface
Replies: 4
Views: 3647

Re: Changing ticket state from agent interface

Hi Flo,

Thank you very much for your answer and notes.

I already set the setting, which indeed set the newly submitted ticket state to "open" instead of "new"(snip 001), also part of desired configuration.

1. What I would like to achieve is the option within assigned ticket from particular agent ...
by alek12z
25 Mar 2021, 09:01
Forum: Help
Topic: [SOLVED]Changing ticket state from agent interface
Replies: 4
Views: 3647

[SOLVED]Changing ticket state from agent interface

Hi,

I'm trying to add few more ticket states.

Within those, agent would need to have possibility to change the ticket state, after ticket is assigned to particular agent (like "wip" - work in progress), see snip

I've tried several option, didn't work.

Any suggestions?

Thank you.

Aleksandar.
by alek12z
17 Feb 2021, 18:24
Forum: Help
Topic: [SOLVED]PostMaster filter, match certain string from the body and populate Dynamic field entry
Replies: 5
Views: 2771

Re: PostMaster filter, match certain string from the body and populate Dynamic field entry

Hi skullz,

Your proposal works very well!

Tested and validated, all fine.

Many many thanks! :)

KR,

Aleksandar
by alek12z
16 Feb 2021, 15:19
Forum: Help
Topic: [SOLVED]PostMaster filter, match certain string from the body and populate Dynamic field entry
Replies: 5
Views: 2771

Re: PostMaster filter, match certain string from the body and populate Dynamic field entry

Hi Emin,

Thanks for reply,

It's even more close now :), just Dynamic field get's the full generated string (from Microsoft power app) - see snip

I would need to have it fetched up to Country section.

Fell free to see the snip, it's more clear there.

Thanks.
by alek12z
16 Feb 2021, 13:05
Forum: Help
Topic: [SOLVED]PostMaster filter, match certain string from the body and populate Dynamic field entry
Replies: 5
Views: 2771

[SOLVED]PostMaster filter, match certain string from the body and populate Dynamic field entry

Hi to All,

I have defined dynamic field, that contains Country names, dropdown list, labeled: "Country"(snip 001)


- When user send email, inside the body of the message certain country is included, with following string, as example: Country:Sweden

-You can see how filter is constructed(snip 002 ...