Sometimes we get tickets were the actual action will be in the future.
For this we use the 'pending reminder'.
However, when we set a pending date in the future. The solution time clock is ticking at the start of the ticket.
Result: ticket is escalated before the pending date is met.
Is there a ...
Search found 20 matches
- 29 Jan 2018, 10:52
- Forum: Help
- Topic: Postpone solution time (due to pending)
- Replies: 1
- Views: 1354
- 31 Jul 2017, 16:13
- Forum: Help
- Topic: [SOLVED] Error with Attachment: Need filename!
- Replies: 2
- Views: 2124
Re: Error with Attachment: Need filename!
Problem was found/solved: disk was full.
- 31 Jul 2017, 10:08
- Forum: Help
- Topic: [SOLVED] Error with Attachment: Need filename!
- Replies: 2
- Views: 2124
[SOLVED] Error with Attachment: Need filename!
Hi,
When uploading a file in OTRS (in a Ticket/FAQ article) this fails.
Logging says: "Need filename!".
We tried small files, other filetypes etc. A week ago everything worked OK.
Updating existent FAQ articles and Tickets which already contain attachments work fine.
Any suggestions?
OTRS/ITSM 4 ...
When uploading a file in OTRS (in a Ticket/FAQ article) this fails.
Logging says: "Need filename!".
We tried small files, other filetypes etc. A week ago everything worked OK.
Updating existent FAQ articles and Tickets which already contain attachments work fine.
Any suggestions?
OTRS/ITSM 4 ...
- 02 Mar 2017, 10:35
- Forum: General
- Topic: Possible to add attributes to links (ITSM CMDB items)?
- Replies: 3
- Views: 2988
Re: Possible to add attributes to links (ITSM CMDB items)?
What we did we added in the Config Item a link to a FAQ item.
The config items are not linked with one another, but FAQ item links them together. In the FAQ item you can put additional information.
Not a solution for you, but perhaps a workaround.
The config items are not linked with one another, but FAQ item links them together. In the FAQ item you can put additional information.
Not a solution for you, but perhaps a workaround.
- 02 Mar 2017, 09:54
- Forum: General
- Topic: ITSM:Config Item: Having multiple sub fields
- Replies: 2
- Views: 1493
Re: ITSM:Config Item: Having multiple sub fields
Something like this?
{
Key => 'HardDisk',
Name => 'Hard Disk',
Input => {
Type => 'Text',
Size => 50,
MaxLength => 100,
},
CountMax => 10,
Sub => [
{
Key => 'Capacity',
Name => 'Capacity',
Input => {
Type => 'Text',
Size => 20,
MaxLength => 10,
},
},
{
Key => 'Color',
Name ...
{
Key => 'HardDisk',
Name => 'Hard Disk',
Input => {
Type => 'Text',
Size => 50,
MaxLength => 100,
},
CountMax => 10,
Sub => [
{
Key => 'Capacity',
Name => 'Capacity',
Input => {
Type => 'Text',
Size => 20,
MaxLength => 10,
},
},
{
Key => 'Color',
Name ...
- 01 Mar 2017, 11:21
- Forum: General
- Topic: Auto reponse/reply in ticket overview
- Replies: 0
- Views: 1113
Auto reponse/reply in ticket overview
In our ticketing system we have an auto response/reply to customers.
As a result in the ticket overview the customer question can be seen (TYPE: customer - email-external) and also the auto response (TYPE: system email-external).
Right now we getting complaints, the agents must always do an extra ...
As a result in the ticket overview the customer question can be seen (TYPE: customer - email-external) and also the auto response (TYPE: system email-external).
Right now we getting complaints, the agents must always do an extra ...
- 10 Aug 2016, 11:35
- Forum: Help
- Topic: Can't receive e-mails when creating a new ticket
- Replies: 8
- Views: 3273
Re: Can't receive e-mails when creating a new ticket
- What does the System Log say, when the autoreply action is be triggered?
- Is Raw the queue the ticket is in?
- Is Raw the queue the ticket is in?
- 09 Aug 2016, 14:36
- Forum: Help
- Topic: Can't receive e-mails when creating a new ticket
- Replies: 8
- Views: 3273
Re: Can't receive e-mails when creating a new ticket
Do you mean:
Admin -> Auto Responses and Queues?
Admin -> Auto Responses and Queues?
- 04 Aug 2016, 17:06
- Forum: Help
- Topic: Customer users can not be linked to Services
- Replies: 6
- Views: 3536
[SOLVED] Customer users can not be linked to Services
Found it!
Forgot the System log...
Now I increased the CustomerUserSearchListLimit in Config.pm
Forgot the System log...
Now I increased the CustomerUserSearchListLimit in Config.pm
- 04 Aug 2016, 16:41
- Forum: Help
- Topic: Customer users can not be linked to Services
- Replies: 6
- Views: 3536
Re: Customer users can not be linked to Services
Thank you,
No there is not an filter active, I had also thought of that. The only filter therm mentioned in the Config.pm is:
$Self->{'AuthModule::LDAP::AlwaysFilter'} = '';
Customers are randomly missing, not related to alphabet or any other order.
I will try to uninstall non needed packages in ...
No there is not an filter active, I had also thought of that. The only filter therm mentioned in the Config.pm is:
$Self->{'AuthModule::LDAP::AlwaysFilter'} = '';
Customers are randomly missing, not related to alphabet or any other order.
I will try to uninstall non needed packages in ...
- 04 Aug 2016, 16:13
- Forum: Help
- Topic: Customer users can not be linked to Services
- Replies: 6
- Views: 3536
Re: Customer users can not be linked to Services
We actually do use LDAP, syncing with LDAP goes well because non-listed Customer users can login in OTRS without a problem.
- 03 Aug 2016, 12:53
- Forum: Help
- Topic: Customer users can not be linked to Services
- Replies: 6
- Views: 3536
Customer users can not be linked to Services
Hi,
I just wanted to link all my Customer users to a certain Service.
There I noticed not all my Customers were present in the Customer list.
At Customers --> Customer User Management, the list (A-Z) is also missing customer users.
However:
Via a search in Customer -> Customer Information Center ...
I just wanted to link all my Customer users to a certain Service.
There I noticed not all my Customers were present in the Customer list.
At Customers --> Customer User Management, the list (A-Z) is also missing customer users.
However:
Via a search in Customer -> Customer Information Center ...
- 03 Jul 2014, 11:29
- Forum: General
- Topic: Columns by CI
- Replies: 6
- Views: 3689
Re: Columns by CI
It is not ShowColums AND ShowColumnsByClass.
It is OR.
So If you do this in ShowColumnsByClass:
Hardware::Name
Hardware::Number
Hardware:: etc....
It will work.
It is OR.
So If you do this in ShowColumnsByClass:
Hardware::Name
Hardware::Number
Hardware:: etc....
It will work.
- 02 Jul 2014, 17:10
- Forum: General
- Topic: Columns by CI
- Replies: 6
- Views: 3689
Re: Columns by CI
Name, Number, CurDeplState, Incident State are mandatory for any class.
If you don't see them doesn't mean they are not there.
If you don't see them doesn't mean they are not there.
- 02 Jul 2014, 11:10
- Forum: General
- Topic: Columns by CI
- Replies: 6
- Views: 3689
Re: Columns by CI
For the columns, use this:
<YourClassName>::Name
<YourClassName>::CurDeplState
I think the error message will pop up in the overview, when you did not present the Name or Number (or another unique identifier).
I also had this error and it was solved when putting the Name in the overview.
<YourClassName>::Name
<YourClassName>::CurDeplState
I think the error message will pop up in the overview, when you did not present the Name or Number (or another unique identifier).
I also had this error and it was solved when putting the Name in the overview.
- 12 Jun 2014, 12:29
- Forum: Help
- Topic: Search for empty field
- Replies: 2
- Views: 2132
Search for empty field
I didn't find it in the documentation or on the forum.
Can we search for a empty (not filled) fields?
We are using the ITSM CMDB. "null" etc. didn't work.
I suppose that "empty" means there is no xml_content_key at all the database to look at, so a search for a 'empty' value is useless.
But I am ...
Can we search for a empty (not filled) fields?
We are using the ITSM CMDB. "null" etc. didn't work.
I suppose that "empty" means there is no xml_content_key at all the database to look at, so a search for a 'empty' value is useless.
But I am ...
- 17 Apr 2014, 12:49
- Forum: Help
- Topic: ITSM - CMDB search
- Replies: 0
- Views: 1059
ITSM - CMDB search
Hi,
When using the search function for the CMDB, some not expected behavior is noticed.
In our CMDB we do have:
-Equip Model
-Equip Model:: Operating system
If we search for an Equip Model, the result output gives also hits within Equip Model::Operating system.
Example:
We want to find all ...
When using the search function for the CMDB, some not expected behavior is noticed.
In our CMDB we do have:
-Equip Model
-Equip Model:: Operating system
If we search for an Equip Model, the result output gives also hits within Equip Model::Operating system.
Example:
We want to find all ...
- 31 Mar 2014, 15:22
- Forum: Developers
- Topic: How we can search in the xml_storage using query
- Replies: 6
- Views: 5466
Re: How we can search in the xml_storage using query
We also regarding an option to update data (IP addresses and Hostnames).
Our idea was to export our DNS data and import this data via the ImportExport cron script.
(updating via SQL give us the same experience you had: database OK, GUI NOK)
We are still experimenting...
I do not know if this is ...
Our idea was to export our DNS data and import this data via the ImportExport cron script.
(updating via SQL give us the same experience you had: database OK, GUI NOK)
We are still experimenting...
I do not know if this is ...
- 20 Mar 2014, 16:58
- Forum: Developers
- Topic: How we can search in the xml_storage using query
- Replies: 6
- Views: 5466
Re: How we can search in the xml_storage using query
Hi,
I do not know why you are not using the normal search option in OTRS?
But here is your query:
SELECT *
FROM xml_storage
WHERE xml_content_value ="Put_your_serial_here"
I do not know why you are not using the normal search option in OTRS?
But here is your query:
SELECT *
FROM xml_storage
WHERE xml_content_value ="Put_your_serial_here"
- 08 Jan 2014, 10:39
- Forum: Help
- Topic: CMDB and export of configitems (3.2.7)
- Replies: 0
- Views: 767
CMDB and export of configitems (3.2.7)
I run into a problem when using the type 'Customer' in the configitem_definition.
We are using the Import/Export because the search option does not show all needed data/columns in OTRS 3.2.7.
When I try to export information (via Import/Export) in Step 5 of 5 you can select extra search information ...
We are using the Import/Export because the search option does not show all needed data/columns in OTRS 3.2.7.
When I try to export information (via Import/Export) in Step 5 of 5 you can select extra search information ...