#!/usr/bin/env python # -*- coding: utf-8 -*- #minute hour day month dow #CRON 1 0 1 * * from lib.youtrack_connector import createIssue issue = createIssue( project='OFF', assignee='bublik', summary='Write OFFICE servers backups to DVDs', description='''Get the local servers backup ISOs, burn them to disks and store out of the office ''', subsystem='', priority='Critical' )