Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all articles
Browse latest Browse all 2179

New Post: Post new issue using wget/curl http request with API-Key

$
0
0
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

Viewing all articles
Browse latest Browse all 2179

Trending Articles