Modify ↓
Opened 16 years ago
Closed 10 years ago
#7051 closed enhancement (worksforme)
Allow adding attachment
| Reported by: | anonymous | Owned by: | Singbox AB |
|---|---|---|---|
| Priority: | normal | Component: | TicketToTracScript |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I wish there was an option to add attachment to a ticket. Please someone add this
Attachments (0)
Note: See
TracTickets for help on using
tickets.



trac-admin, which is part of Trac server installation, allows to add attachments:attachment add <realm:id> <path> [author] [description] Attach a file to a resource The resource is identified by its realm and identifier. The attachment will be named according to the base name of the file. attachment export <realm:id> <name> [destination] Export an attachment from a resource to a file or stdout The resource is identified by its realm and identifier. If no destination is specified, the attachment is output to stdout. attachment list <realm:id> List attachments of a resource The resource is identified by its realm and identifier. attachment remove <realm:id> <name> Remove an attachment from a resource The resource is identified by its realm and identifier.