Search found 625 matches

by skullz
05 Jan 2022, 05:46
Forum: Help
Topic: mysterious outbound messages to root@localhost
Replies: 1
Views: 562

Re: mysterious outbound messages to root@localhost

Not sure if this still exist or not in 6.2.x,

Code: Select all

System Configuration > Daemon::SchedulerTaskWorker::NotificationRecipientEmail
by skullz
04 Jan 2022, 09:48
Forum: Help
Topic: Message: Can't write [PATH] No space left on device
Replies: 9
Views: 1678

Re: Message: Can't write [PATH] No space left on device

agree with root..perhaps temp issue or...

i would try:

1. clear cache
bin/otrs.Console.pl Maint::Cache::Delete
bin/otrs.Console.pl Maint::Loader::CacheCleanup

2. restart apache

3. delete everything under /opt/otrs/var/tmp/*
by skullz
04 Jan 2022, 09:42
Forum: Help
Topic: template for text in CustomerTicketMessage
Replies: 6
Views: 1206

Re: template for text in CustomerTicketMessage

if you know a bit around html, take a look at template example for agent ticket phone 1. https://github.com/znuny/Znuny/blob/9d2dc0fb9ebc3f6ce362b57ee37f80364184db89/Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt#L53 2. https://github.com/znuny/Znuny/blob/9d2dc0fb9ebc3f6ce362b57ee37f80364...
by skullz
17 Dec 2021, 06:15
Forum: Help
Topic: Time to First Response and Time to Solution
Replies: 5
Views: 705

Re: Time to First Response and Time to Solution

Well, its depends on your SLA business hour..
if 8 hour a day, should be 480 minutes

Check the time calendar setting in

- system configuration > Core::Time (for default business time setting).
- system configuration > Core::Time > CalendarX (for variable business time setting).
by skullz
16 Dec 2021, 18:17
Forum: Help
Topic: Time to First Response and Time to Solution
Replies: 5
Views: 705

Re: Time to First Response and Time to Solution

- Ticket should be respond within 99hr 18 minutes, - Ticket should be resolve / close within 165hr 18 minutes if agent fail to deliver them within estimated time, - ticket is escalated (breach sla) - notification email will be send (if configured) - a certain action (if configured) can be perform (e...
by skullz
14 Dec 2021, 17:25
Forum: Help
Topic: Office 365 Sending issues
Replies: 1
Views: 451

Re: Office 365 Sending issues

System Configuration > Daemon::SchedulerTaskWorker::NotificationRecipientEmail
by skullz
14 Dec 2021, 14:35
Forum: Help
Topic: [SOLVED] ImportExport Help
Replies: 2
Views: 532

Re: ImportExport Help

Admin > System Log

Check carefully when you save the csv before importing back to OTRS, either it use comma/semicolon separator..
by skullz
02 Dec 2021, 06:03
Forum: General
Topic: Session invalid. Please log in again
Replies: 2
Views: 1056

Re: Session invalid. Please log in again

Perhaps network issues..i guess..

Try to disable System Configuration > SessionDeleteIfNotRemoteID

good luck
by skullz
02 Dec 2021, 05:54
Forum: Help
Topic: Inventory modules
Replies: 1
Views: 753

Re: Inventory modules

If you looking for the basic recording, take a look at ITSM CMDB module..
you can get it from https://download.znuny.org/releases/itsm/bundle5/
by skullz
26 Nov 2021, 04:30
Forum: Help
Topic: [CLOSED] Upgraded to 6.2.1 Root and My Account Lost Admin Tab
Replies: 16
Views: 2409

Re: Upgraded to 6.2.1 Root and My Account Lost Admin Tab

Perhaps cache issue ?

Additionally with expectation the upgrade process is successful, you may add user to admin group by

Code: Select all

otrs@shell > /opt/otrs/bin/otrs.Console.pl Admin::Group::UserLink
by skullz
19 Nov 2021, 14:11
Forum: General
Topic: Show UserComment in AgentTicketSearch
Replies: 6
Views: 1553

Re: Show UserComment in AgentTicketSearch

1. The value only will be show after ticket create or customer user change.

2. Additionally, you also have to activate Ticket::EventModulePost###4100-DynamicFieldFromCustomerUser

good luck
by skullz
18 Nov 2021, 04:35
Forum: Help
Topic: Enable a specific process for a specific users
Replies: 6
Views: 1075

Re: Enable a specific process for a specific users

Working fine on my machine

ACL
Screenshot 2021-11-18 102834.png
Customer User with Public (CustomerID)
public_cid.png
Customer User with another CustomerID
internal_cid.png
by skullz
17 Nov 2021, 11:02
Forum: General
Topic: Non-http Links in body not clickable
Replies: 1
Views: 878

Re: Non-http Links in body not clickable

Maybe try to play with existing CVE configuration
However, this based on V6.
by skullz
12 Nov 2021, 19:23
Forum: Help
Topic: Enable a specific process for a specific users
Replies: 6
Views: 1075

Re: Enable a specific process for a specific users

Are sure the customer user has a correct customer id?

Refer: https://doc.znuny.org/doc/manual/admin/ ... -reference
by skullz
12 Nov 2021, 13:49
Forum: Help
Topic: Enable a specific process for a specific users
Replies: 6
Views: 1075

Re: Enable a specific process for a specific users

You must use the ID of the ticket process..not name..
You can get the the id from the url when editing the process

Example: Process-9c378d7cc59f0fce4cee7bb9995ee3eb
by skullz
05 Nov 2021, 18:06
Forum: Help
Topic: Skin personalized
Replies: 3
Views: 661

Re: Skin personalized

Check available command under regarding Config via

Code: Select all

bin/otrs.Console.pl
Good luck
by skullz
05 Nov 2021, 18:01
Forum: Help
Topic: Login button not responsive
Replies: 8
Views: 1537

Re: Login button not responsive

Try

- bin/otrs.DeleteCache.pl
- bin/otrs.LoaderCache.pl -o delete
- delete everything under /opt/otrs/var/tmp/
- restart webserver

Good luck
by skullz
31 Oct 2021, 11:38
Forum: Help
Topic: Skin personalized
Replies: 3
Views: 661

Re: Skin personalized

the skin should be register to otrs config

1.Check for skin xml file under /opt/otrs/Kernel/Config/Files/
2. After copy and paste the xml, rebuild and sync confg
by skullz
26 Oct 2021, 16:52
Forum: Help
Topic: OTRS Scheduler Daemon Cron: RegistrationUpdateSend??
Replies: 15
Views: 2346

Re: OTRS Scheduler Daemon Cron: RegistrationUpdateSend??

Opps..i may be wrong but no harm running earlier script..
Perhaps waiting for another 6.1.x users
by skullz
26 Oct 2021, 04:02
Forum: Help
Topic: OTRS Scheduler Daemon Cron: RegistrationUpdateSend??
Replies: 15
Views: 2346

Re: OTRS Scheduler Daemon Cron: RegistrationUpdateSend??

Run

Code: Select all

bin/otrs.Console.pl Dev::Code::CPANUpdate --mode stable
viewtopic.php?p=173136#p173136
by skullz
18 Oct 2021, 09:25
Forum: Help
Topic: How to define date format on ticket view?
Replies: 6
Views: 1108

Re: How to define date format on ticket view?

By default, its depends on language preferences.

Eng US = mm/dd/yyyy
Eng UK = dd/mm/yyyy
by skullz
13 Oct 2021, 16:41
Forum: Help
Topic: Znuny is slow and traversing my messages
Replies: 18
Views: 2718

Re: Znuny is slow and traversing my messages

What db ? Postgresql?
by skullz
13 Oct 2021, 14:07
Forum: Help
Topic: Process management - Duplicate ticket and hide dynamic fields?
Replies: 11
Views: 1800

Re: Process management - Duplicate ticket and hide dynamic fields?

So it would seem that the DynamicFields data is set correctly, but it's not being displayed in the child ticket even though they are visible in the parent ticket? Could this have something to do with some settings? Though I have no clue which settings would affect this. For non process ticket: Syst...
by skullz
13 Oct 2021, 11:28
Forum: Help
Topic: Process management - Duplicate ticket and hide dynamic fields?
Replies: 11
Views: 1800

Re: Process management - Duplicate ticket and hide dynamic fields?

Did you check child ticket history ?
your child ticket is non process ticket..so dynamic field will be appear on ticket information widget on right (if configured)
by skullz
13 Oct 2021, 10:25
Forum: Help
Topic: Process management - Duplicate ticket and hide dynamic fields?
Replies: 11
Views: 1800

Re: Process management - Duplicate ticket and hide dynamic fields?

Search for %DataPayload..its should be under TicketArticleCreate docs..
However in your transition action, value of %DataPayload still under TicketCreate
by skullz
13 Oct 2021, 09:41
Forum: Help
Topic: Process management - Duplicate ticket and hide dynamic fields?
Replies: 11
Views: 1800

Re: Process management - Duplicate ticket and hide dynamic fields?

Try

1. Check admin > log

2. Within TicketCreate transition action, also try create article.
by skullz
11 Oct 2021, 11:18
Forum: Help
Topic: Process management - Duplicate ticket and hide dynamic fields?
Replies: 11
Views: 1800

Re: Process management - Duplicate ticket and hide dynamic fields?

1. Perhaps check TicketCreate transition action *Creates a ticket with an article, the new ticket can be linked with process ticket. https://doc.otrs.com/doc/manual/admin/6.0/en/html/process-management.html To set it as child ticket and auto inherit current ticket dynamic field value ..................
by skullz
05 Oct 2021, 02:39
Forum: General
Topic: Ticket subject in browser title
Replies: 5
Views: 1575

Re: Ticket subject in browser title

https://github.com/znuny/Znuny/blob/95e929f68028575a7fdc45e50bfd2f84f3ce9908/Kernel/Modules/AgentTicketZoom.pm#L815 # generate output my $Output = $LayoutObject->Header( Value => "$Ticket{TicketNumber} - $Ticket{Title}", TicketID => $Ticket{TicketID}, );
by skullz
30 Sep 2021, 13:48
Forum: General
Topic: Webservices TicketSearch Display OpenTickets via Powershell
Replies: 3
Views: 1619

Re: Webservices TicketSearch Display OpenTickets via Powershell

Not sure on 7.0/8.0, however on OTRS CE 6.0x or LTS,

1. The docs is for API. Not for web services.

2. For web service,

TicketSearch connector will only return Ticket IDs.

Then u have to use TicketGet connector to get the ticket details (ticket number, etc) based on the TicketID above.
by skullz
30 Sep 2021, 04:52
Forum: General
Topic: ERROR Can't write Worker-NodeID-1.pid':
Replies: 13
Views: 3039

Re: ERROR Can't write Worker-NodeID-1.pid':

Did you try stop and start back daemon 1st?

Code: Select all

otrs@shell > bin/otrs.Daemon.pl stop
otrs@shell > bin/otrs.Daemon.pl start
A
by skullz
27 Sep 2021, 17:02
Forum: General
Topic: ERROR Can't write Worker-NodeID-1.pid':
Replies: 13
Views: 3039

Re: ERROR Can't write Worker-NodeID-1.pid':

1. Check first whether webserver running as otrs. If not, run is as 'otrs' user instead of default user. 2. If still happening, Check system configuration for Daemon::PID::Path if it activated. By default, the setting is disabled. If you don't need it, disabled it or try to change pid directory to s...
by skullz
24 Sep 2021, 02:26
Forum: General
Topic: ERROR Can't write Worker-NodeID-1.pid':
Replies: 13
Views: 3039

Re: ERROR Can't write Worker-NodeID-1.pid':

1. Try to rerun otrs.SetPermissions.pl script

2. Look like you have enabled EventTicketCalendar widget which are required the dynamic field datetime

- TicketCalendarStartTime
- TicketCalendarEndTime

Make sure these field exist or disabled the widget if you dont need it.

Good luck
by skullz
14 Sep 2021, 10:43
Forum: Help
Topic: Help needed with errors
Replies: 2
Views: 722

Re: Help needed with errors

are u using 3rd party addon ? ITSM-CIAttributeCollection ? if yes, go to Agent::CommonJS###100-ConfigurationManagement makesure at least, these value exist. - ITSM.Agent.ConfigItem.Search.CIAttrColl.js - ITSM.UI.ConfigItemActionRow.js - ITSM.Agent.ConfigItem.Dashboard.js - ITSM.Agent.ConfigItem.Sear...
by skullz
11 Sep 2021, 17:43
Forum: General
Topic: OTRS-CGI-05[30672]: [Error][Kernel::System::User::UserLookup][Line:968]: No UserID found
Replies: 2
Views: 1238

Re: OTRS-CGI-05[30672]: [Error][Kernel::System::User::UserLookup][Line:968]: No UserID found

new client user? So, perhaps (non-agent) customer user ?
the login url for non-agent is http://FQDN/otrs/customer.pl

additionally, latest release of otrs CE / Znuny LTS is 6.0.36
https://www.znuny.org/en/releases
by skullz
01 Sep 2021, 03:34
Forum: Help
Topic: Upgrade Help
Replies: 8
Views: 1173

Re: Upgrade Help

Thank you very much! I don't develop on otrs and manteinance it for a lot of years, and now inherited just two installation that i must upgrade it. I remember another forum but was a lot of years ago.. I've just swap the OS of first installation (2.4.7) from an old Centos 5 to Centos 7, and now i w...
by skullz
30 Aug 2021, 11:46
Forum: Help
Topic: [solved] Different Status for replied vs changed possible?
Replies: 10
Views: 1616

Re: [solved] Different Status for replied vs changed possible?

First share your xml..
Also make sure the param below exist

<Item Key="Permission">rw</Item>
by skullz
30 Aug 2021, 09:53
Forum: Help
Topic: Attachment at bottom of an article.
Replies: 8
Views: 1569

Re: Attachment at bottom of an article.

1. Try at Loader::Module::AgentTicketZoom###002-Ticket

2. Make sure this attmt.js has a correct file permission
by skullz
27 Aug 2021, 17:51
Forum: General
Topic: O7 Webservice Provider DynamicField Update via PowerShell
Replies: 5
Views: 1474

Re: O7 Webservice Provider DynamicField Update via PowerShell

not sure with power shell, but with perl, dynamic field is outside Ticket.. try my $Params = { UserLogin => $User, Password => $Pass, Ticket => { Queue => "Postmaster", }, DynamicField => [ { Name => "Category", Value => "A", }, { Name => "SubCategory", Value ...
by skullz
27 Aug 2021, 17:45
Forum: Help
Topic: Attachment at bottom of an article.
Replies: 8
Views: 1569

Re: Attachment at bottom of an article.

a simple word search 'attachment display' would get you here:

viewtopic.php?f=60&t=39836&p=161149&hil ... ay#p161149
by skullz
23 Aug 2021, 15:04
Forum: Help
Topic: How to enforce a minimum length on a close comment?
Replies: 7
Views: 1066

Re: How to enforce a minimum length on a close comment?

okay this would be a workaround. How do you visualize the dynamic fields in the ticket to display similar like a Note? Not sure..it just plain text. Also is there a chance to add this as a feature request to znuny? Also how is the best way to add this as a feature request? Any hints how to get a pr...
by skullz
23 Aug 2021, 10:29
Forum: Help
Topic: How to enforce closing of escalated tickets?
Replies: 8
Views: 1264

Re: How to enforce closing of escalated tickets?

So its was there...
The code that i point out just an example though..
For sure, have to write custom module..

Update: i have taken this as a pet / side project. check my github..
Feel free to improve them
by skullz
22 Aug 2021, 12:38
Forum: Help
Topic: How to enforce closing of escalated tickets?
Replies: 8
Views: 1264

Re: How to enforce closing of escalated tickets?

I dont think its ever exist..
Perhaps addon or custom module. Something like https://github.com/znuny/Znuny/blob/dev ... usiness.pm

Check for escalated ticket, if exist force to escalation screen or ticket zoom screen
by skullz
22 Aug 2021, 08:33
Forum: Help
Topic: How to enforce a minimum length on a close comment?
Replies: 7
Views: 1066

Re: How to enforce a minimum length on a close comment?

Not for rich text i think..
however if you use dynamic field textarea in closing remark, you can use regex in the setting
*the example regex may be working or not
by skullz
22 Aug 2021, 07:17
Forum: General
Topic: Pre-filling the article "Text" in the creation form (based on a template)
Replies: 2
Views: 986

Re: Pre-filling the article "Text" in the creation form (based on a template)

Unfortunately, from https://github.com/znuny/Znuny/blob/820d8707c260c65a6d0db28b0a23718dd6e3f657/Kernel/Modules/AgentTicketPhone.pm#L1814 and https://github.com/znuny/Znuny/blob/820d8707c260c65a6d0db28b0a23718dd6e3f657/Kernel/Modules/AgentTicketPhone.pm#L1677 to prefill the text via template id meth...
by skullz
18 Aug 2021, 13:45
Forum: Help
Topic: Groups/roles possible to edit/reply on locked tickets?
Replies: 6
Views: 870

Re: Groups/roles possible to edit/reply on locked tickets?

1. Turn on responsible features if not yet on by default, its off.

OR

2. Turn off required lock setting at System Configuration > AgentTicketCompose