Making a change calendar that includes maintenance events

RemiJohnson
Tera Contributor

We have been using the change schedule for several years that displays all the approved scheduled changes.   We would like this calendar to also display our repeating scheduled production and non-production maintenance windows and security vulnerability scans as calendar events, not changes.

To try to achieve this we installed the plug-in change.collision and created a maintenance calendar.   However, we don't want to have to look at a two calendars.   Any ideas on how to get
the maintenance calendar and change calendar to merge into one calendar view?

1 ACCEPTED SOLUTION

It only shows the Display field for the table.


View solution in original post

11 REPLIES 11

jeremyaubin
Kilo Contributor

Thanks this was useful, i also found that if you want line breaks in the calendar items the "\n" or '\n' doesn't work you have to use break tags "<br\>" will add line feeds.

In my case we are doing Request Items

item.setName(gr.number + "<br\>" + gr.request.requested_for.name + "<br\>" + gr.cat_item.name + "<br\>" + gr.configuration_item.name);

Anshu Malviya
Tera Contributor

Hi Ebak,

 

Your post is very helpful. I have the same business need and am following your post.

 

In addition to that, I need to show change requests in different colors as per change type. Could you please let me know how you have used the color variable to set different colors as per approval?