- Add the JSON below to the top of the issues array ( INCLUDE THE COMMA )
- Change the fields to match
- Commit (and push if done remotely)
- Fix issue
{
type:"", //Shown in the label at the top left
date:"dd/mm/yyyy", //Todays date
title:"", //Heading
level:1, //Determins colour of label, and icon on the right 1 = lowest, 3 = highest
desc:"", // The text shown in the issue. Can be html if needed for links etc. Please try and keep it style free.
fixed:false //If your adding it, chances are its not fixed ;-)
},
- Change the
fixed:false
to
fixed:true
- Add the JSON below to the top of the downtime array ( INCLUDE THE COMMA )
- Change the fields to match
- Commit (and push if done remotely)
{
type:"", //Shown in the label at the top left
date:"dd/mm/yyyy", //Todays date
title:"", //Heading
desc:"", // The text shown in the issue. Can be html if needed for links etc. Please try and keep it style free.
duration:"" //How long you think the service will be down
},
- Move the JSON blob from the
downtime
array to theissues
array - Add to the end
level:1, //Determins colour of label, and icon on the right 1 = lowest, 3 = highest (eg if chef is gone, 3 is a good number)
fixed:false