#1883 closed task (wontfix)
Program to create new ticket over the web using HTTP POST
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I need a program to create new tickets over the web, so I wrote one which uses HTTP POST like Trac itself does. It gets its arguments from the command line, or "description" may come from stdin. It's in python.
Attachments (3)
Change History (8)
by , 19 years ago
Attachment: | newticket-inject.py added |
---|
comment:1 by , 19 years ago
This can be used for migrating tickets from another ticket system, or could be used by an automated test framework to create tickets when the tests fail.
comment:2 by , 19 years ago
Make sure to use the second version; it leaves out description. I have no ability to delete that attachment.
comment:3 by , 19 years ago
I think this script would be a nice addition to the contrib
directory in the distribution.
comment:4 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Trac Hacks has a section for scripts where this could be contributed. You may want to look at the XML-RPC plugin there for another way to submit tickets.
comment:5 by , 18 years ago
Type: | enhancement → task |
---|
Python program to inject tickets via HTTP POST