From 78d6f1b9d4b8a767d9b889be34cba6c729a5315f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Wed, 18 Sep 2019 20:44:44 +0800 Subject: Wrapper function to create a ticket --- qrtclient/client.hxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'qrtclient/client.hxx') diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx index 8474cdb..2cdccd2 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -43,6 +43,20 @@ namespace RTClient { , rtclient_timezone timeZone = RTCLIENT_TIMEZONE_NONE , bool disabled = false , bool privileged = false); + void ticketNew(QString const& queue = nullptr + , QString const& requestor = nullptr + , QString const& subject = nullptr + , QString const& cc = nullptr + , QString const& admincc = nullptr + , QString const& owner = nullptr + , QString const& status = nullptr + , QString const& priority = nullptr + , QString const& initialpriority = nullptr + , QString const& finalpriority = nullptr + , QString const& timeestimated = nullptr + , QString const& starts = nullptr + , QString const& due = nullptr + , QString const& text = nullptr); void ticketSearch(QString const& owner); signals: -- cgit v1.2.3