Hi,
I can't find a way to add the "Owner" column to Customer Portal MyTickets View.
Is that possible and how?
I added the Owner info in the TicketView but can't figure out how to add it to MyTickets Views in Customer Portal.
Thanks in advanced!
I am using OTRS 3.1.3
Jonn
Search found 30 matches
- 21 Oct 2014, 21:16
- Forum: Help
- Topic: Adding Owner Column to Customer Portal My Tickets View List
- Replies: 0
- Views: 915
- 05 Sep 2014, 16:53
- Forum: General
- Topic: View ticket age in hours or days (CSV)
- Replies: 2
- Views: 1532
Re: View ticket age in hours or days (CSV)
crythias indeed, i would have to convert the units values using this formula:the value exported apparently is an integer. You may post process (Excel) the value using formulas or possibly formats.
=CONVERT(number,from_unit,to_unit)
Example: =CONVERT(888,"mn","hr")
Thanks
- 05 Sep 2014, 15:09
- Forum: General
- Topic: View ticket age in hours or days (CSV)
- Replies: 2
- Views: 1532
View ticket age in hours or days (CSV)
Hi,
Does anyone knows how to display ticket age only in hours and days format in csv exported files instead of minutes?
I am using OTRS 3.1.3
Thanks in advanced!
Does anyone knows how to display ticket age only in hours and days format in csv exported files instead of minutes?
I am using OTRS 3.1.3
Thanks in advanced!
- 27 May 2014, 21:04
- Forum: Help
- Topic: Wrong Ticket Number
- Replies: 6
- Views: 1867
Re: Wrong Ticket Number
The problem was solved.
The reason was a disaster recovery system that was replicating some applecations including the otrs help desk and it was garabbing tickets.
Now everything is working fine.
Thanks for the help crythias (once again)!
The reason was a disaster recovery system that was replicating some applecations including the otrs help desk and it was garabbing tickets.
Now everything is working fine.
Thanks for the help crythias (once again)!
- 27 May 2014, 19:04
- Forum: Help
- Topic: Wrong Ticket Number
- Replies: 6
- Views: 1867
Re: Wrong Ticket Number
They told me that it is not an instance of the Help Desk...
It was a fresh installation with the newest version of OTRS...
Both systems use the same Active Directory ip to recieve emails...
It was a fresh installation with the newest version of OTRS...
Both systems use the same Active Directory ip to recieve emails...
- 27 May 2014, 17:59
- Forum: Help
- Topic: Wrong Ticket Number
- Replies: 6
- Views: 1867
Re: Wrong Ticket Number
I dont know what that means...crythias wrote:a dev box is grabbing tickets.
Can you be more specific?
Please and thank you!
Update:
We made a instance of this help desk but it is in another virtual machine with different ip address...
Is that possible anyways?
- 27 May 2014, 16:57
- Forum: Help
- Topic: Wrong Ticket Number
- Replies: 6
- Views: 1867
Wrong Ticket Number
Hi;
Something very strange is happening to my help desk.
In more than one ocasion a user has created a ticket...after the ticket creation, i recived a notification by email about the new ticket but whe i access my help desk directly or clicking on the ticket link, one of two things happens,
one ...
Something very strange is happening to my help desk.
In more than one ocasion a user has created a ticket...after the ticket creation, i recived a notification by email about the new ticket but whe i access my help desk directly or clicking on the ticket link, one of two things happens,
one ...
- 02 May 2014, 17:59
- Forum: Help
- Topic: Checkbox Dynamic Field
- Replies: 3
- Views: 2382
Re: Checkbox Dynamic Field
Check your SysConfig.
Sounds like there are other Dynamic Fields available for the agent ticket zoom than there are for the customer ticket zoom.
The problem is with the check boxes.
Customer ticket zoom are displaying the checkboxes that where "Checked". That is how it should be.
The agent ...
Sounds like there are other Dynamic Fields available for the agent ticket zoom than there are for the customer ticket zoom.
The problem is with the check boxes.
Customer ticket zoom are displaying the checkboxes that where "Checked". That is how it should be.
The agent ...
- 01 May 2014, 16:08
- Forum: General
- Topic: Automatic Fetching not working
- Replies: 2
- Views: 1758
Re: Automatic Fetching not working
Problem solved!Wolfgangf wrote:obviously your cronjobs are not running
Apparently there was two cron jobs runnig at the same time for the same task.
Thanks anyway!
- 30 Apr 2014, 17:39
- Forum: General
- Topic: Automatic Fetching not working
- Replies: 2
- Views: 1758
Automatic Fetching not working
Hi;
My system is not fetching all that has to do with emails.
If i create a ticket using customer portal, the agent portal fetch the ticket automatically (because is not sended from email).
When i create a ticket using email client (outlook) otrs does not recieved anything until i click the "Fetch ...
My system is not fetching all that has to do with emails.
If i create a ticket using customer portal, the agent portal fetch the ticket automatically (because is not sended from email).
When i create a ticket using email client (outlook) otrs does not recieved anything until i click the "Fetch ...
- 28 Apr 2014, 20:30
- Forum: General
- Topic: Ticket state not changing
- Replies: 8
- Views: 2367
Re: Ticket state not changing
jojo i tried this in two versions of otrs and did not worked.jojo wrote:just switch on Ticket::EventModulePost###130-ForceStateChangeOnLock
As you said
Now it works like i wantjojo wrote:this has no effect on the 1st response time (as it is just a state change)
Thanks u all
- 28 Apr 2014, 19:51
- Forum: General
- Topic: Ticket state not changing
- Replies: 8
- Views: 2367
Re: Ticket state not changing
I just fixed with a cron job!
Settings:
Automatic Excecution (this is for multiple tickets but i just configured it just in case)
SCHEDULE MINUTES = 00
SCHEDULE HOURS = 00
SCHEDULE DAYS = all
Event based execution
Event triggers = Type - Ticket | Event = TicketOwnerUpdate
Ticket Filter ...
Settings:
Automatic Excecution (this is for multiple tickets but i just configured it just in case)
SCHEDULE MINUTES = 00
SCHEDULE HOURS = 00
SCHEDULE DAYS = all
Event based execution
Event triggers = Type - Ticket | Event = TicketOwnerUpdate
Ticket Filter ...
- 28 Apr 2014, 17:02
- Forum: General
- Topic: Ticket state not changing
- Replies: 8
- Views: 2367
Re: Ticket state not changing
I see the option of "New Ticket State" but is to do it manually, i need it to be automatically.
Is possible to set the ticket state change on owner update, to be automatically also?
Is possible to set the ticket state change on owner update, to be automatically also?
- 28 Apr 2014, 16:21
- Forum: General
- Topic: Ticket state not changing
- Replies: 8
- Views: 2367
Ticket state not changing
Hello,
I tried many things includding Google and i can't find the reason why my tickets state function are not working properly.
When a new ticket is created, you see its state as new but when you assigne the ticket it does not change to open.
When you close the ticket it changes fine to closed.
I ...
I tried many things includding Google and i can't find the reason why my tickets state function are not working properly.
When a new ticket is created, you see its state as new but when you assigne the ticket it does not change to open.
When you close the ticket it changes fine to closed.
I ...
- 23 Apr 2014, 17:28
- Forum: Help
- Topic: Checkbox Dynamic Field
- Replies: 3
- Views: 2382
Checkbox Dynamic Field
Hi;
I am facing this issue:
I created a few dynamic fields. In the customer portal, i see the ticket information to the right with the information of the dynamic fields that i created.
It is displaying only the dynamic fields with information filled by the customer.
That is how it should be, but ...
I am facing this issue:
I created a few dynamic fields. In the customer portal, i see the ticket information to the right with the information of the dynamic fields that i created.
It is displaying only the dynamic fields with information filled by the customer.
That is how it should be, but ...
- 22 Mar 2014, 15:51
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Re: Assing New Owner Only on Submit
We use the system only internal.jojo wrote:this feature is available in 3n3.x
Why the heck are you running an old and unsecure version?
You can not access the system by external url
But you guys are correct, i will upgrade and see how it works.
Thanks!
- 22 Mar 2014, 03:21
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Re: Assing New Owner Only on Submit
Please edit your signature (see mine) so I don't have to guess and ask what version OTRS.
3.1.3 is my version of OTRS
I checked what you told me but like i said, its not a check box that you enable.
I was trying to find a way to configure a dropdown dynamic field to have the same key and value ...
3.1.3 is my version of OTRS
I checked what you told me but like i said, its not a check box that you enable.
I was trying to find a way to configure a dropdown dynamic field to have the same key and value ...
- 21 Mar 2014, 04:17
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Re: Assing New Owner Only on Submit
Try sysconfig ...
Ticket::Frontend::AgentTicketOwner
click a check box for Queue
I am out of work wright now, i'll check tomorrow but i am pretty sure that it is not a check box option...i let you know.
The fact that *you* make a change means that *you* lock the ticket to you as a prevention of ...
Ticket::Frontend::AgentTicketOwner
click a check box for Queue
I am out of work wright now, i'll check tomorrow but i am pretty sure that it is not a check box option...i let you know.
The fact that *you* make a change means that *you* lock the ticket to you as a prevention of ...
- 21 Mar 2014, 04:05
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Re: Assing New Owner Only on Submit
Yes, when the human agent replies to customer, he sets himself as owner and when he hits submit, he sends the notice to the customer.
That is precisely what its not happening. Without replying to the customer, jus clicking the change queue option in the ticket window is enough for the system to ...
That is precisely what its not happening. Without replying to the customer, jus clicking the change queue option in the ticket window is enough for the system to ...
- 21 Mar 2014, 03:25
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Re: Assing New Owner Only on Submit
In this company they believe very much in inform customers on how, who and when their tickes are worked.
When the human agent communicates with the customer, your problem is solved. Until then, the ticket isn't being worked. It's just changing hats.
So, in OTRS there is now way to do what i ask ...
When the human agent communicates with the customer, your problem is solved. Until then, the ticket isn't being worked. It's just changing hats.
So, in OTRS there is now way to do what i ask ...
- 20 Mar 2014, 19:42
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Re: Assing New Owner Only on Submit
What do you mean exactly? to change something in the sys to be available to view the new queue in owner window?jojo wrote:change it in the Config
- 20 Mar 2014, 19:17
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Re: Assing New Owner Only on Submit
Hi jojo,
The problem with that option is that to change the queue first i have to change the owner. In the Owner window you dont have new queue option...switch off the lock for Move (which I suggest not to do!)
- 20 Mar 2014, 19:02
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Re: Assing New Owner Only on Submit
Typically, the customer doesn't want to know who is working on the ticket.
Why do you want to inform him anyway?
In this company they believe very much in inform customers on how, who and when their tickes are worked.
So we just follow strict instructions. We can not do anything about it, just ...
Why do you want to inform him anyway?
In this company they believe very much in inform customers on how, who and when their tickes are worked.
So we just follow strict instructions. We can not do anything about it, just ...
- 20 Mar 2014, 17:50
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Re: Assing New Owner Only on Submit
jajaja jojo,
No men i can't do that!
Notifications are working just fine, the only issue i am facing is the one i explanained before.
I just need the notification of new owner to be sent only when i click the submit button not when i open the created ticket and click the change queue option ...
No men i can't do that!
Notifications are working just fine, the only issue i am facing is the one i explanained before.
I just need the notification of new owner to be sent only when i click the submit button not when i open the created ticket and click the change queue option ...
- 20 Mar 2014, 17:22
- Forum: General
- Topic: Assing New Owner Only on Submit
- Replies: 20
- Views: 5671
Assing New Owner Only on Submit
Hi,
I have this issue;
When a customer creates a ticket by email, the otrs system receives it and automatically the queue is set to unassigned and the owner is set to Admin.
At that point the only notification the customer has received is about the new ticket created.
When I (the Administrator of ...
I have this issue;
When a customer creates a ticket by email, the otrs system receives it and automatically the queue is set to unassigned and the owner is set to Admin.
At that point the only notification the customer has received is about the new ticket created.
When I (the Administrator of ...
- 17 May 2013, 20:09
- Forum: Help
- Topic: Sql box query
- Replies: 1
- Views: 1356
Re: Sql box query
After hard work this is the result i found more convenient for my request...
Query...
SELECT t.id, t.tn ticketnumber, CONCAT(u.first_name, " ", u.last_name) name, name, t.title title, DATE_FORMAT(t.create_time, "%m/%d/%y") create_time,
case ticket_state_id
when 1 then 'New'
when 4 then 'Open ...
Query...
SELECT t.id, t.tn ticketnumber, CONCAT(u.first_name, " ", u.last_name) name, name, t.title title, DATE_FORMAT(t.create_time, "%m/%d/%y") create_time,
case ticket_state_id
when 1 then 'New'
when 4 then 'Open ...
- 14 May 2013, 00:17
- Forum: Help
- Topic: Sql box query
- Replies: 1
- Views: 1356
Sql box query
Hi,
I prepared a custom statistic report to be able to see the last 2 years of open tickets by agent but it is only showing the tickets for this year (2013).
I tried everything a know but it is not going back to display the last two years of ticket activity for open tickets by agents.
I want to try ...
I prepared a custom statistic report to be able to see the last 2 years of open tickets by agent but it is only showing the tickets for this year (2013).
I tried everything a know but it is not going back to display the last two years of ticket activity for open tickets by agents.
I want to try ...
- 24 Apr 2013, 21:01
- Forum: Help
- Topic: How to choose a default specific owner for specific queue
- Replies: 5
- Views: 3763
Re: How to choose a default specific owner for specific queu
jajajaja OMG!
Is this a forum about TECHNICAL issues or about what is relevant or fair or not?
You should limit your opinion to the technical issues rather almost moral issues...its just a suggestion!
Thanks anyway!
Is this a forum about TECHNICAL issues or about what is relevant or fair or not?
You should limit your opinion to the technical issues rather almost moral issues...its just a suggestion!
Thanks anyway!
- 24 Apr 2013, 18:45
- Forum: Help
- Topic: How to choose a default specific owner for specific queue
- Replies: 5
- Views: 3763
Re: How to choose a default specific owner for specific queu
Thanks for repplying
Let me explain my point.
I am the help desk admin. I assign all the tickets and choose the owner and responsible.
The mayority of the tickets are comming from ms-outlook.
I already configured some queues to be automatic but in some queues we have only one person assigned ...
Let me explain my point.
I am the help desk admin. I assign all the tickets and choose the owner and responsible.
The mayority of the tickets are comming from ms-outlook.
I already configured some queues to be automatic but in some queues we have only one person assigned ...
- 24 Apr 2013, 17:54
- Forum: Help
- Topic: How to choose a default specific owner for specific queue
- Replies: 5
- Views: 3763
How to choose a default specific owner for specific queue
Hi;
How to configure default specific owner for specific queue to be assigned from email request automatically?
Thanks!
How to configure default specific owner for specific queue to be assigned from email request automatically?
Thanks!