Modify

Opened 14 years ago

Closed 9 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)

Change History (2)

comment:1 Changed 12 years ago by anonymous

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.
Last edited 9 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 9 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Singbox AB.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.