#!/usr/bin/env python # -*- coding: utf-8 -*- #minute hour day month dow #CRON 1 0 1 * * from lib.youtrack_connector import createIssue import sys sys.exit() issue = createIssue( project='LUXA', assignee='asiav7', summary='Update WP and plugins (Automatically generated task)', description='''[https://support.adaptainc.com/ticket/9451 STS 9451] Update all of the plugins on the website https://livetheluxeridgedale.com/ for security purposes. Estimated time is about 30-60m HTML + 30m QT Task relates to LUXA-113 this task should be created from newly developed WP updates functionality on https://docs.google.com/spreadsheets/d/1jicwZlIvzvSKixHgN94DYKCLTWs3RU3Vayx73-V-gjc/edit#gid=1230547831 ''', )