Modify ↓
#8726 closed enhancement (worksforme)
Ability to submit ticket
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.11.5 |
Severity: | major | Keywords: | ticket external submit |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It would be nice to have ability to submit new ticket from external source via get or post method.
For example from public web site to internal trac or from mobile application via http request.
The only problem now is actually form token validation (field FORM_TOKEN).
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Well, you can always create a ticket via a GET request, then let the user edit, preview and validate the ticket before submitting it manually. That would be the preferred way.
Or if you want to have that fully automated, parse the result of your GET request, grab the FORM_TOKEN and perform a POST afterwards. Better not advertize such scripts, of course, so we won't include such a script in the contrib/.