- Create Dynamic Field
TicketCalendarStartTime
TicketCalendarEndTime
- Enable the Dynamic Field in “Free Fields” (or any ticket action you want)
Go to Admin > SysConfig > Ticket > Frontend::Agent::Ticket::ViewFreeText
Find Ticket::Frontend::AgentTicketFreeText###DynamicField
Add 2 rows
Key = TicketCalendarStartTime, Content = 1
Key = TicketCalendarEndTime, Content = 1
- Configure the queues that’s tickets are displayed as calendar events
Go to Admin > SysConfig > Ticket > Frontend::Agent::Dashboard::EventsTicketCalendar
Find DashboardEventsTicketCalendar###Queues
Add your queues - Set some values to a ticket for the dynamic fields in the action “Free Fields”
Calendar widget procedure
Moderator: crythias
-
- Znuny advanced
- Posts: 118
- Joined: 22 May 2012, 12:37
- Znuny Version: OTRS 7.06
- Real Name: Yann
- Company: FVE
- Contact:
Calendar widget procedure
Here is a procedure to enable the calendar widget. At this point it does not work. Please suggest.
You do not have the required permissions to view the files attached to this post.
Last edited by Sayannara on 05 Jan 2016, 18:44, edited 3 times in total.
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
-
- Znuny advanced
- Posts: 118
- Joined: 22 May 2012, 12:37
- Znuny Version: OTRS 7.06
- Real Name: Yann
- Company: FVE
- Contact:
Re: Calendar procedure
(It seems that I cannot add more than 3 images)
Results:
As you can see it does not work as expected. What am I missing ? Is there something which can alter the calendar like a custom setting ?
If it is a sub queue should I add it with Queue1::SubQueue or only SubQueue ?
Source:
http://ansonc.hk/2014/01/10/otrs-activa ... -calendar/
https://otrs.github.io/doc/manual/admin ... board.html
- 5. Enable the Dashboard Widget in Settings (right-top box) of page Dashboard
If you would like to use other dynamic fields to specify the date range, you should configure it in SysConfig > Ticket > Frontend::Agent::Dashboard::EventsTicketCalendar
Results:
As you can see it does not work as expected. What am I missing ? Is there something which can alter the calendar like a custom setting ?
If it is a sub queue should I add it with Queue1::SubQueue or only SubQueue ?
Source:
http://ansonc.hk/2014/01/10/otrs-activa ... -calendar/
https://otrs.github.io/doc/manual/admin ... board.html
You do not have the required permissions to view the files attached to this post.
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Calendar widget procedure
Check the group settings for the widget in the sysconfig. And delete caches...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny advanced
- Posts: 118
- Joined: 22 May 2012, 12:37
- Znuny Version: OTRS 7.06
- Real Name: Yann
- Company: FVE
- Contact:
Re: Calendar widget procedure
Thank you. There was no group. I tried with a group but still nothing appears in the calendar. I also tried with the users group but then the widget is not available.
If it is a sub queue should I add it with Queue1::SubQueue or only SubQueue ?
If it is a sub queue should I add it with Queue1::SubQueue or only SubQueue ?
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
Re: Calendar widget procedure
Queue1::SubQueue
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Calendar widget procedure
I think your problem is that your end time is before your start time. Calendar does not like it and won't show the ticket.
You might want to change the ordering of your dynamic fields so that this error won't re-ocurr that easily
You might want to change the ordering of your dynamic fields so that this error won't re-ocurr that easily

Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
-
- Znuny advanced
- Posts: 118
- Joined: 22 May 2012, 12:37
- Znuny Version: OTRS 7.06
- Real Name: Yann
- Company: FVE
- Contact:
Re: Calendar widget procedure
Yes you are right! Thanks I messed up.
Isn't there a possibility to ensure that End time is always after start time ?
On the dynamic fields page we can only restrict "entering of dates" in the future/past.
Isn't there a possibility to ensure that End time is always after start time ?
On the dynamic fields page we can only restrict "entering of dates" in the future/past.
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Calendar widget procedure
I doubt that you can easily do that without modifications.
We "kinda" fixed that by writing a custom transition validation module for process tickets...
We "kinda" fixed that by writing a custom transition validation module for process tickets...
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS