Hello,
I want to add a [post new support ticket] feature within our application.
The result should be a new issue in BugNET with the given details.
My idea is to create it using a http(s) call with curl or similar using an API-Key.
Example:
https://bugnet.startp.de/api/postIssue?Key=xxxxxx
[HTTP-Post-Data]
Category: yyy
Subject: zzz
Bodytext: foo
AnyOtherDataField: value
Would this be possible?
Or is there another way to get this working?
Thank you
Alexander
I want to add a [post new support ticket] feature within our application.
The result should be a new issue in BugNET with the given details.
My idea is to create it using a http(s) call with curl or similar using an API-Key.
Example:
https://bugnet.startp.de/api/postIssue?Key=xxxxxx
[HTTP-Post-Data]
Category: yyy
Subject: zzz
Bodytext: foo
AnyOtherDataField: value
Would this be possible?
Or is there another way to get this working?
Thank you
Alexander